Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


autoUpdatePositions

Automatically update endpoints.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
Warning
Deprecated. autoUpdatePositions has been deprecated together with the class. Declare the object as NavMeshLink and use autoUpdate instead.
public bool autoUpdatePositions { get; set; }

Remarks

The OffMeshLink component will try to match endpoint transforms specified by _startTransform and _endTransform . See also OffMeshLink.UpdatePositions.