walkableMask
Specifies which NavMesh layers are passable (bitfield). Changing walkableMask will make the path stale (see _isPathStale ).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public int walkableMask { get; set; }