# angle

> The current angle in degrees of the joint relative to its rest position. (Read Only)

## Definition

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

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

### Remarks

The rest angle between the bodies is always zero at the beginning of the simulation.
