DrawSphereEx method

void DrawSphereEx(
  1. Vector3C centerPos,
  2. double radius,
  3. int rings,
  4. int slices,
  5. ColorC color,
)

Implementation

void DrawSphereEx(
  Vector3C centerPos,
  double radius,
  int rings,
  int slices,
  ColorC color,
) {
  return _DrawSphereEx(centerPos, radius, rings, slices, color);
}