Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


navMeshLayer

NavMeshLayer for this OffMeshLink component.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
Warning
Deprecated. navMeshLayer has been deprecated together with the class. Declare the object as NavMeshLink and use area instead.
Upgrade to OffMeshLink.area
public int navMeshLayer { get; set; }