Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
Include | #include "Detour/DetourNavMesh.h" |
Syntax
enum dtPolyTypes
{
DT_POLYTYPE_GROUND = 0,
DT_POLYTYPE_OFFMESH_POINT = 1,
}
Values
Name | Description |
---|---|
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. |
Remarks
Flags representing the type of a navigation mesh polygon.