Axle 0.1.0
A simple, lightweight C++ game framework built on top of Raylib.
 
Loading...
Searching...
No Matches
Axle::Rectangle Member List

This is the complete list of members for Axle::Rectangle, including all inherited members.

colorAxle::Shape
Draw() const overrideAxle::Rectanglevirtual
positionAxle::Shape
Rectangle(int x, int y, int width, int height)Axle::Rectangle
Rectangle(Axle::Math::Vector2 position, int width, int height)Axle::Rectangle
Rectangle(Axle::Math::Vector2 topLeft, Axle::Math::Vector2 bottomRight)Axle::Rectangle
Shape()Axle::Shapeprotected
~Shape()=default (defined in Axle::Shape)Axle::Shapevirtual