Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/duDisplayList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void vertex
(
const duReal* pos, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const duReal x, |
Submit a vertex | DebugUtils/DebugDraw.h |
vertex(const duReal *, unsigned int)
Description
Submit a vertex
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp |
virtual void vertex
(
const duReal * pos,
unsigned int color
)
Parameters
| Name | Remarks |
|---|---|
| pos | [in] position of the verts. |
| color | [in] color of the verts. |
vertex(const duReal, const duReal, const duReal, unsigned int)
Description
Submit a vertex
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp |
virtual void vertex
(
const duReal x,
const duReal y,
const duReal z,
unsigned int color
)
Parameters
| Name | Remarks |
|---|---|
| x, y, z | [in] position of the verts. |
| color | [in] color of the verts. |