PhysicsIgnoreJointDefinition
A joint definition used to specify properties when creating a PhysicsIgnoreJoint.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public struct PhysicsIgnoreJointDefinition
Constructors
Constructor | Description |
|---|---|
| PhysicsIgnoreJointDefinition() | Create a default PhysicsIgnoreJoint definition. |
Properties
Property | Description |
|---|---|
| bodyA | The first body the joint constrains. |
| bodyB | The second body the joint constrains. |
Static Properties
Property | Description |
|---|---|
| defaultDefinition | Create a default PhysicsIgnoreJoint definition. |