Create(PhysicsWorld, PhysicsIgnoreJointDefinition)
Create a PhysicsIgnoreJoint in the specified world.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static PhysicsIgnoreJoint Create(PhysicsWorld world, PhysicsIgnoreJointDefinition definition)
Parameters
The world to create the joint in.
The joint definition to use.
Returns
Type | Description |
|---|---|
| PhysicsIgnoreJoint | The created joint. |