# autoConfigureOffset

> Should both the linearOffset and angularOffset be calculated automatically?

## Definition

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

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

### Remarks

When true, both the linearOffset and angularOffset properties will be calculated automatically to match the relative distance/angle between the two connected rigid-bodies.  When false, the linearOffset and angularOffset properties can be configured manually.
