linearAxisLocks property
Per-axis linear motion factors. Each component is in [0, 1]:
1 leaves the axis free, 0 locks it. Use to constrain motion
to a plane (for example (1, 1, 0) for 2D-style motion in XY).
Implementation
@override
Vector3 get linearAxisLocks => _linearAxisLocks;
Implementation
@override
set linearAxisLocks(Vector3 value) => _linearAxisLocks = value;