Method setLimitedDOFAxes
setLimitedDOFAxes(ref PhysicsJoint, bool3, bool3)
Applies the constrained degrees of freedom to a PhysicsJoint created using CreateLimitedDOF(RigidTransform, bool3, bool3) .
Declaration
public static void setLimitedDOFAxes(this ref PhysicsJoint joint, bool3 linearAxes, bool3 angularAxes)
Parameters
Type | Name | Description |
---|---|---|
PhysicsJoint | joint | [in,out] The joint. |
bool3 | linearAxes | The linear axes constrained by the joint. |
bool3 | angularAxes | The angular axes constrained by the joint. |