# autoUpdatePositions

> Automatically update endpoints.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.AI](/engine/6000.5/script-reference/unityengine/ai.md)
* **Assembly:** UnityEngine.AIModule

> **Warning:**
>
> **Deprecated.** autoUpdatePositions has been deprecated together with the class. Declare the object as NavMeshLink and use autoUpdate instead.

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

### Remarks

The OffMeshLink component will try to match endpoint transforms specified by [\_startTransform](/engine/6000.5/script-reference/unityengine/ai/offmeshlink/starttransform.md) and [\_endTransform](/engine/6000.5/script-reference/unityengine/ai/offmeshlink/endtransform.md) . See also [OffMeshLink.UpdatePositions](/engine/6000.5/script-reference/unityengine/ai/offmeshlink/updatepositions.md).
