Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/DebugUtils > API/Runtime/Navmesh/DebugUtils/duDisplayList > API/Runtime/Navmesh/DebugUtils/duDisplayList/vertex
- duDebugDraw::vertex()
- duDisplayList::vertex()
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include | #include "DebugUtils/DebugDraw.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/DebugUtils/DebugDraw.cpp |
virtual void vertex
&40;
const duReal x,
const duReal y,
const duReal z,
unsigned int color
&41;
Remarks
Submit a vertex
Parameters
| Name | Description |
|---|---|
| x, y, z | [in] position of the verts. |
| color | [in] color of the verts. |