# autoConfigureConnectedAnchor

> Should the connectedAnchor be calculated automatically?

## Definition

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

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

### Remarks

If this is enabled, then the `connectedAnchor` property will be calculated automatically to match the global position of the `anchor` property. This is the default behavior. If this is disabled, you can configure the position of the connected anchor using the `connectedAnchor` property.
