Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | duDebugDrawPrimitives |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
Syntax
enum duDebugDrawPrimitives
{
DU_DRAW_POINTS,
DU_DRAW_LINES,
DU_DRAW_TRIS,
DU_DRAW_QUADS,
}
Values
| Name | Remarks |
|---|---|
| DU_DRAW_POINTS | |
| DU_DRAW_LINES | |
| DU_DRAW_TRIS | |
| DU_DRAW_QUADS |