Method DrawPoint
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
DrawPoint(Vector3, float, DebugColor)
Draws a point.
void DrawPoint(Vector3 position, float size, DebugColor color)Parameters
positionVector3-
The position, in world space.
sizefloat-
The size in pixels the renderer should use.
colorDebugColor-
The suggested colour.