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
Vector3 get linearAxisLocks;
Implementation
set linearAxisLocks(Vector3 value);