NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | Public Attributes | List of all members
ns::ui::RectangleRegion Struct Reference
Inheritance diagram for ns::ui::RectangleRegion:
ns::ui::Region

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
 

Detailed Description

Definition at line 17 of file Region.hpp.


The documentation for this struct was generated from the following file: