Navigation
API > API/Runtime > API/Runtime/Navmesh
Flags representing the type of a navigation mesh polygon.
| Name | dtPolyTypes |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
Syntax
enum dtPolyTypes
{
DT_POLYTYPE_GROUND = 0,
DT_POLYTYPE_OFFMESH_POINT = 1,
}
Values
| Name | Remarks |
|---|---|
| DT_POLYTYPE_GROUND | The polygon is a standard convex polygon that is part of the surface of the mesh. |
| DT_POLYTYPE_OFFMESH_POINT | The polygon is an off-mesh connection consisting of two vertices. |