| Parameter | Description |
|---|---|
| physicsHandle | The physics handle to use. |
Create a joint from a physics handle. NOTE: You must ensure that the physics handle represents the correct object type otherwise hard to detect bugs can occur.
| Parameter | Description |
|---|---|
| physicsJoint | The base joint to cast. |
Create a PhysicsFixedJoint from the specified base joint. The provided joint must be a joint type of PhysicsJoint.JointType.FixedJoint.