Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UpdatePositions()

Explicitly update the link endpoints.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
Warning
Deprecated. UpdatePositions() has been deprecated together with the class. Declare the object as NavMeshLink and use UpdateLink() instead.
public void UpdatePositions()

Remarks

Updates the OffMeshLink endpoints to match the transforms specified by the start and end transforms.