DrawSphere method

Implementation

String DrawSphere(
  Vector3Base centerPos,
  num radius,
  ColorBase color,
) => 'DrawSphere($centerPos, $radius, $color)';