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