DrawPlane method

void DrawPlane(
  1. Vector3C centerPos,
  2. Vector2C size,
  3. ColorC color
)

Draw a plane XZ

Implementation

void DrawPlane(Vector3C centerPos, Vector2C size, ColorC color)
  => _DrawPlane(centerPos, size, color);