angularAxisLocks property
Per-axis angular motion factors. See linearAxisLocks.
Implementation
Vector3 get angularAxisLocks => _angularAxisLocks;
Implementation
set angularAxisLocks(Vector3 value) {
_angularAxisLocks = value;
_pushAxisLocks();
}