# autoConfigureAngle

> Should the angle be calculated automatically?

## Definition

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

```csharp
public bool autoConfigureAngle { get; set; }
```

### Remarks

When true, the `angle` property will be calculated automatically to match the relative angle between the `anchor` and `connectedAnchor` properties.  When false, the angle can be configured using the `angle` property.

Additional Resources: [\_angle](/engine/6000.7/script-reference/unityengine/sliderjoint2d/angle.md), [\_anchor](/engine/6000.7/script-reference/unityengine/anchoredjoint2d/anchor.md), [\_connectedAnchor](/engine/6000.7/script-reference/unityengine/anchoredjoint2d/connectedanchor.md)
