# Create(PhysicsWorld, PhysicsHingeJointDefinition)

> Create a PhysicsHingeJoint in the specified world.

## Definition

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

```csharp
public static PhysicsHingeJoint Create(PhysicsWorld world, PhysicsHingeJointDefinition definition)
```

### Parameters

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

### Returns

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