DrawSphere function

void DrawSphere(
  1. Vector3C centerPos,
  2. double radius,
  3. ColorC color
)

Implementation

void DrawSphere(Vector3C centerPos, double radius, ColorC color) => _module.DrawSphere(centerPos, radius, color);