DrawSphere function

void DrawSphere(
  1. Vector3D centerPos,
  2. double radius,
  3. ColorD color
)

See RaylibCoreFlatModule.DrawSphere.

Implementation

void DrawSphere(
  Vector3D centerPos,
  double radius,
  ColorD color,
) => _module.DrawSphere(centerPos, radius, color);