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