DrawSphereWires abstract method
void
DrawSphereWires()
Draw sphere wires
Implementation
void DrawSphereWires(
Vector3StructType centerPos,
num radius,
num rings,
num slices,
ColorStructType color,
);
Draw sphere wires
void DrawSphereWires(
Vector3StructType centerPos,
num radius,
num rings,
num slices,
ColorStructType color,
);