DrawPlane function

void DrawPlane(
  1. Vector3D centerPos,
  2. Vector2D size,
  3. ColorD color
)

See RaylibCoreFlatModule.DrawPlane.

Implementation

void DrawPlane(
  Vector3D centerPos,
  Vector2D size,
  ColorD color,
) => _module.DrawPlane(centerPos, size, color);