DrawPoint3D method

void DrawPoint3D(
  1. Vector3C position,
  2. ColorC color
)

Implementation

void DrawPoint3D(Vector3C position, ColorC color) {
  return _DrawPoint3D(position, color);
}