Table of Contents

Method DrawPoint

Namespace
Box3D
Assembly
Box3D.NET.dll

DrawPoint(Vector3, float, DebugColor)

Draws a point.

void DrawPoint(Vector3 position, float size, DebugColor color)

Parameters

position Vector3

The position, in world space.

size float

The size in pixels the renderer should use.

color DebugColor

The suggested colour.