# autoConfigureAngle

> Should the angle be calculated automatically?

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/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: [SliderJoint2D.angle](/engine/6000.0/script-reference/unityengine/sliderjoint2d/angle.md), [AnchoredJoint2D.anchor](/engine/6000.0/script-reference/unityengine/anchoredjoint2d/anchor.md), [AnchoredJoint2D.connectedAnchor](/engine/6000.0/script-reference/unityengine/anchoredjoint2d/connectedanchor.md).
