Abstract base class for constraints that depend on a target object.
target — constraint's target object.
This constructor creates a generic constraint (unusable by its own).
See the base Constraint class for common properties.
Used to check whether this or derived classes are target constraints. Default is true.
The target which this constraint depends on. Should be Object3D.
The constraint's type. Equals to "TargetConstraint".
See the base Constraint class for common methods.
For more info on how to obtain the source code of this module see this page.