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