Method CreateHinge
CreateHinge(BodyFrame, BodyFrame)
Create a Hinge joint.
Declaration
public static PhysicsJoint CreateHinge(BodyFrame bodyAFromJoint, BodyFrame bodyBFromJoint)
Parameters
Type | Name | Description |
---|---|---|
BodyFrame | bodyAFromJoint | Specifies the anchor point and axis of rotation in the space of body A. |
BodyFrame | bodyBFromJoint | Specifies the target point and axis of alignment in the space of body B. |
Returns
Type | Description |
---|---|
PhysicsJoint | The new hinge joint. |