NavMeshPolyTypes
The types of nodes in the navigation data.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Experimental.AI
- Assembly: UnityEngine.AIModule
public enum NavMeshPolyTypes
Remarks
Navigation data is comprised geometrically of polygons and segments connected together.
Fields
Value | Description |
|---|---|
| Ground | Type of node in the NavMesh representing one surface polygon. |
| OffMeshConnection | Type of node in the NavMesh representing a point-to-point connection between two positions on the NavMesh surface. |