DrawSphereWires function

void DrawSphereWires(
  1. Vector3D centerPos,
  2. double radius,
  3. int rings,
  4. int slices,
  5. ColorD color,
)

See RaylibCoreFlatModule.DrawSphereWires.

Implementation

void DrawSphereWires(
  Vector3D centerPos,
  double radius,
  int rings,
  int slices,
  ColorD color,
) => _module.DrawSphereWires(centerPos, radius, rings, slices, color);