# Create(PhysicsWorld, PhysicsFixedJointDefinition)

> Create a PhysicsFixedJoint in the specified world.

## Definition

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

```csharp
public static PhysicsFixedJoint Create(PhysicsWorld world, PhysicsFixedJointDefinition definition)
```

### Parameters

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

### Returns

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