Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/duDebugDraw
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void vertex
(
const duReal* pos, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float* pos, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void vertex
(
const duReal* pos, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float* pos, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void vertex
(
const duReal x, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float x, |
Float version of this function is now deprecated | DebugUtils/DebugDraw.h | |
void vertex
(
const duReal x, |
Submit a vertex | DebugUtils/DebugDraw.h | |
virtual void vertex
(
const float x, |
Float version of this function is now deprecated | 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" |
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 float *, unsigned int)
Description
Float version of this function is now deprecated
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
virtual void vertex
(
const float * pos,
unsigned int color
)
vertex(const duReal , unsigned int, const duReal )
Description
Submit a vertex
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
void vertex
(
const duReal * pos,
unsigned int color,
const duReal * uv
)
Parameters
| Name | Remarks |
|---|---|
| pos | [in] position of the verts. |
| color | [in] color of the verts. |
vertex(const float , unsigned int, const float )
Description
Float version of this function is now deprecated
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
virtual void vertex
(
const float * pos,
unsigned int color,
const float * uv
)
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" |
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. |
vertex(const float, const float, const float, unsigned int)
Description
Float version of this function is now deprecated
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
virtual void vertex
(
const float x,
const float y,
const float z,
unsigned int color
)
vertex(const duReal, const duReal, const duReal, unsigned int, const duReal, const duReal)
Description
Submit a vertex
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
void vertex
(
const duReal x,
const duReal y,
const duReal z,
unsigned int color,
const duReal u,
const duReal v
)
Parameters
| Name | Remarks |
|---|---|
| x, y, z | [in] position of the verts. |
| color | [in] color of the verts. |
vertex(const float, const float, const float, unsigned int, const float, const float)
Description
Float version of this function is now deprecated
| Name | vertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DebugUtils/DebugDraw.h |
| Include Path | #include "DebugUtils/DebugDraw.h" |
virtual void vertex
(
const float x,
const float y,
const float z,
unsigned int color,
const float u,
const float v
)