A constraint which limits the constrained object's position in its parent's space.
To influence some object, push a LimitLocationConstraint instance into the Object3D.constraints array.
The constructor takes no arguments.
See the base Constraint class for common properties.
Used to check whether this or derived classes are limit location constraints. Default is true.
A Vector3 holding the maximum values along the corresponding axes to limit the constrained object's position. Default is (Infinity, Infinity, Infinity).
A Vector3 holding the minimum values along the corresponding axes to limit the constrained object's position. Default is (-Infinity, -Infinity, -Infinity).
The constraint's type. Equals to "LimitLocationConstraint".
See the base Constraint class for common methods.
You can use the limit transform puzzle to apply LimitLocationConstraint in a visual manner.
For more info on how to obtain the source code of this module see this page.