linearAxisLocks property

Vector3 get linearAxisLocks

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

Implementation

set linearAxisLocks(Vector3 value);