A joint definition used to specify properties when creating a PhysicsIgnoreJoint.
| Property | Description |
|---|---|
| defaultDefinition | Create a default PhysicsIgnoreJoint definition. |
| Property | Description |
|---|---|
| bodyA | The first body the joint constrains. |
| bodyB | The second body the joint constrains. |
| worldDrawing | Controls whether this joint is automatically drawn when the world is drawn. See PhysicsJoint.worldDrawing. |
| Constructor | Description |
|---|---|
| PhysicsIgnoreJointDefinition | Create a default PhysicsIgnoreJoint definition. |