Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NavMeshPolyTypes

The types of nodes in the navigation data.
Read time 1 minuteLast updated 6 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.

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.