Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NavMeshPolyTypes

The types of nodes in the navigation data.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. The experimental NavMeshPolyTypes enum has been deprecated. Use NavNodeType instead.
public enum NavMeshPolyTypes

Remarks

Navigation data is comprised geometrically of polygons and segments connected together.
Additional Resources: NavMeshQuery.GetPolygonType, NavMeshSurface, NavMeshLink, Off-mesh Link

Fields

Value

Description

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.