The physics constraint to dispose.
This method is useful for releasing the resources associated with a physics constraint, such as the Havok constraint, when it is no longer needed. This is important for avoiding memory leaks.
Gets the friction value of the specified axis of the given constraint.
The constraint to get the axis friction from.
The axis to get the friction from.
The friction value of the specified axis.
Gets the maximum limit of the given axis of the given constraint.
The constraint to get the maximum limit from.
The axis to get the maximum limit from.
The maximum limit of the given axis of the given constraint.
Gets the minimum limit of the specified axis of the given constraint.
The constraint to get the minimum limit from.
The axis to get the minimum limit from.
The minimum limit of the specified axis of the given constraint.
Gets the axis limit mode of the given constraint.
The constraint to get the axis limit mode from.
The axis to get the limit mode from.
The axis limit mode of the given constraint.
Gets the maximum force of the motor of the given constraint axis.
The constraint to get the motor maximum force from.
The axis of the constraint to get the motor maximum force from.
The maximum force of the motor of the given constraint axis.
Gets the target of the motor of the given axis of the given constraint.
The constraint to get the motor target from.
The axis of the constraint to get the motor target from.
The target of the motor of the given axis of the given constraint.
Gets the motor type of the specified axis of the given constraint.
The constraint to get the motor type from.
The axis of the constraint to get the motor type from.
The motor type of the specified axis of the given constraint.
Initializes a physics constraint with the given parameters.
The physics constraint to be initialized.
Sets the friction of the given axis of the given constraint.
The constraint to set the friction of.
The axis of the constraint to set the friction of.
The friction to set.
Sets the maximum limit of the given axis of the given constraint.
The constraint to set the maximum limit of the given axis.
The axis to set the maximum limit of.
The maximum limit to set.
Sets the minimum limit of the given axis of the given constraint.
The constraint to set the minimum limit of.
The axis to set the minimum limit of.
The minimum limit to set.
Sets the limit mode of the specified axis of the given constraint.
The constraint to set the axis mode of.
The axis to set the limit mode of.
The limit mode to set.
Sets the maximum force that can be applied by the motor of the given constraint axis.
The constraint to set the motor max force for.
The axis of the constraint to set the motor max force for.
The maximum force that can be applied by the motor.
Sets the target of an axis motor of a constraint.
The constraint to set the axis motor target of.
The axis of the constraint to set the motor target of.
The target of the axis motor.
Sets the motor type of the given axis of the given constraint.
The constraint to set the motor type of.
The axis of the constraint to set the motor type of.
The motor type to set.
void
Optional
dynamicOptional
frictionOptional
restitution?: numberOptional
restitutionOptional
static
Disposes a physics constraint.