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