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