NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
RectangleRegion (float w, float h) | |
auto | getBounds () const -> sf::FloatRect override |
auto | contains (const sf::Vector2f &pos) const -> bool override |
Public Attributes | |
float | width = 0.f |
float | height = 0.f |
Definition at line 17 of file Region.hpp.