Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


biDirectional

Can link be traversed in both directions.
Read time 1 minuteLast updated 12 days ago

Definition

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

Remarks

When false the link can only be traversed from start to end.