![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for duDebugDraw, including all inherited members.
| begin(duDebugDrawPrimitives prim, float size=1.0f)=0 | duDebugDraw | pure virtual |
| depthMask(bool state)=0 | duDebugDraw | pure virtual |
| end()=0 | duDebugDraw | pure virtual |
| text(const duReal x, const duReal y, const duReal z, const char *text)=0 | duDebugDraw | pure virtual |
| text(const float x, const float y, const float z, const char *text) final | duDebugDraw | inlinevirtual |
| texture(bool state)=0 | duDebugDraw | pure virtual |
| vertex(const duReal *pos, unsigned int color)=0 | duDebugDraw | pure virtual |
| vertex(const float *pos, unsigned int color) final | duDebugDraw | inlinevirtual |
| vertex(const duReal x, const duReal y, const duReal z, unsigned int color)=0 | duDebugDraw | pure virtual |
| vertex(const float x, const float y, const float z, unsigned int color) final | duDebugDraw | inlinevirtual |
| vertex(const duReal *pos, unsigned int color, const duReal *uv)=0 | duDebugDraw | pure virtual |
| vertex(const float *pos, unsigned int color, const float *uv) final | duDebugDraw | inlinevirtual |
| vertex(const duReal x, const duReal y, const duReal z, unsigned int color, const duReal u, const duReal v)=0 | duDebugDraw | pure virtual |
| vertex(const float x, const float y, const float z, unsigned int color, const float u, const float v) final | duDebugDraw | inlinevirtual |
| ~duDebugDraw()=0 | duDebugDraw | pure virtual |