# jointAngle

> The current joint angle (in degrees) defined as the relative angle between the two Rigidbody2D that the joint connects to.

## Definition

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

```csharp
public float jointAngle { get; }
```
