Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isOnOffMeshLink

Is the agent currently positioned on an OffMeshLink? (Read Only)
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public bool isOnOffMeshLink { get; }

Remarks

This property is useful when NavMeshAgent.autoTraverseOffMeshLink is false and custom movement is needed when crossing the link.