DrawPoint3D function

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

Implementation

void DrawPoint3D(Vector3C position, ColorC color) => _module.DrawPoint3D(position, color);