Version: 2018.2

NavMeshPolyTypes

enumeration

Switch to Manual

Description

The types of nodes in the navigation data.

Navigation data is comprised geometrically of polygons and segments connected together.

See Also: NavMeshQuery.GetPolygonType, NavMeshSurface, NavMeshLink, Off-mesh Link.

Variables

GroundType of node in the NavMesh representing one surface polygon.
OffMeshConnectionType of node in the NavMesh representing a point-to-point connection between two positions on the NavMesh surface.