Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/DebugUtils
Inheritance Hierarchy
- duDebugDraw
- duDisplayList
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include | #include "DebugUtils/DebugDraw.h" |
Syntax
struct duDebugDraw
Remarks
Abstract debug draw interface.
Destructors
| Type | Name | Description | |
|---|---|---|---|
~duDebugDraw () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | begin
(
duDebugDrawPrimitives prim, |
Begin drawing primitives. | |
| void | depthMask
(
bool state |
||
| void | end () |
End drawing primitives. | |
| void | texture
(
bool state |
||
| void | vertex
(
const duReal* pos, |
Submit a vertex | |
| void | vertex
(
const float* pos, |
Float version of this function is now deprecated | |
| void | vertex
(
const duReal* pos, |
Submit a vertex | |
| void | vertex
(
const float* pos, |
Float version of this function is now deprecated | |
| void | vertex
(
const duReal x, |
Submit a vertex | |
| void | vertex
(
const float x, |
Float version of this function is now deprecated | |
| void | vertex
(
const duReal x, |
Submit a vertex | |
| void | vertex
(
const float x, |
Float version of this function is now deprecated |