Rectangle Structure
Represents a rectangle.
Raylib::Rectangle(float x, float y, float width, float height);
Constructor to create a rectangle with specifiedx
,y
,width
, andheight
values.
Represents a rectangle.
Raylib::Rectangle(float x, float y, float width, float height);
Constructor to create a rectangle with specified x
, y
, width
, and height
values.