# implicit operator PhysicsJoint

> Cast to the base PhysicsJoint.

## Definition

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

## implicit operator PhysicsJoint(PhysicsJoin)

Cast to the base [PhysicsJoint](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsjoint.md).

```csharp
public static implicit operator PhysicsJoint(PhysicsIgnoreJoint joint)
```

### Parameters

**** (\[PhysicsIgnoreJoint]\(/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsignorejoint)): The current joint.

### Returns

| Type                                                                                          | Description |
| --------------------------------------------------------------------------------------------- | ----------- |
| [PhysicsJoint](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsjoint.md) |             |

## implicit operator PhysicsIgnoreJoint(PhysicsIgnoreJoin)

Cast to a [PhysicsIgnoreJoint](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsignorejoint.md) from the base [PhysicsJoint](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsjoint.md). The provided joint must be a joint type of [PhysicsJoint.JointType.IgnoreJoint](/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsjoint/jointtype/ignorejoint.md).

```csharp
public static implicit operator PhysicsIgnoreJoint(PhysicsJoint joint)
```

### Parameters

**** (\[PhysicsJoint]\(/engine/6000.3/script-reference/unityengine/lowlevelphysics2d/physicsjoint)):&#x20;

### Returns

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