# angularOffset

> The current angular offset between the Rigidbody2D that the joint connects.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public float angularOffset { get; set; }
```

### Remarks

The joint will attempt to maintain this angular offset between the connected [Rigidbody2D](/engine/6000.7/script-reference/unityengine/rigidbody2d.md) using a maximum torque specified by [\_maxTorque](/engine/6000.7/script-reference/unityengine/relativejoint2d/maxtorque.md).

Additional Resources: [\_maxTorque](/engine/6000.7/script-reference/unityengine/relativejoint2d/maxtorque.md), [\_maxForce](/engine/6000.7/script-reference/unityengine/relativejoint2d/maxforce.md)
