DrawSphere abstract method

void DrawSphere(
  1. Vector3StructType centerPos,
  2. num radius,
  3. ColorStructType color
)

Implementation

void DrawSphere(
  Vector3StructType centerPos,
  num radius,
  ColorStructType color,
);