struct in UnityEngine.LowLevelPhysics2D
/
Implemented in:UnityEngine.Physics2DModule
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. |
Constructor | Description |
---|---|
PhysicsIgnoreJointDefinition | Create a default PhysicsIgnoreJoint definition. |