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