A constraint which limits the constrained object's position in its
parent's space.
Constraints are used to set up various relations between objects by
affecting their position, rotation and scale. Can be used with the
Object3D.constraints property.
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 Vector3(Infinity, Infinity, Infinity).
A
Vector3 holding the minimum values along the corresponding
axes to limit the constrained object's position. Default is Vector3(-Infinity, -Infinity, -Infinity).
The constraint's type. Equals to "LimitLocationConstraint".