# Create(PhysicsWorld, PhysicsIgnoreJointDefinition)

> Create a PhysicsIgnoreJoint in the specified world.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.LowLevelPhysics2D](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public static PhysicsIgnoreJoint Create(PhysicsWorld world, PhysicsIgnoreJointDefinition definition)
```

### Parameters

**** (\[PhysicsWorld]\(/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsworld)): The world to create the joint in.**** (\[PhysicsIgnoreJointDefinition]\(/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsignorejointdefinition)): The joint definition to use.

### Returns

| Type                                                                                                      | Description        |
| --------------------------------------------------------------------------------------------------------- | ------------------ |
| [PhysicsIgnoreJoint](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsignorejoint.md) | The created joint. |
