DrawSphereEx function
Implementation
void DrawSphereEx(
Vector3C centerPos,
double radius,
int rings,
int slices,
ColorC color,
) => _module.DrawSphereEx(centerPos, radius, rings, slices, color);
void DrawSphereEx(
Vector3C centerPos,
double radius,
int rings,
int slices,
ColorC color,
) => _module.DrawSphereEx(centerPos, radius, rings, slices, color);