DrawPlane function

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

Implementation

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