angularAxisLocks property

Vector3 get angularAxisLocks

Per-axis angular motion factors. See linearAxisLocks.

Implementation

Vector3 get angularAxisLocks => _angularAxisLocks;
set angularAxisLocks (Vector3 value)

Implementation

set angularAxisLocks(Vector3 value) {
  _angularAxisLocks = value;
  _pushAxisLocks();
}