DrawSphereEx abstract method
void
DrawSphereEx()
Draw sphere with extended parameters
Implementation
void DrawSphereEx(
Vector3StructType centerPos,
num radius,
num rings,
num slices,
ColorStructType color,
);
Draw sphere with extended parameters
void DrawSphereEx(
Vector3StructType centerPos,
num radius,
num rings,
num slices,
ColorStructType color,
);