|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Represents the size of a UI component. More...
#include <UiFactory.hpp>
Public Attributes | |
| float | width |
| float | height |
Represents the size of a UI component.
Definition at line 55 of file UiFactory.hpp.
| float rtp::client::graphics::size::height |
Definition at line 57 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createButton(), rtp::client::graphics::UiFactory::createDropdown(), rtp::client::graphics::UiFactory::createSlider(), and rtp::client::graphics::UiFactory::createTextInput().
| float rtp::client::graphics::size::width |
Definition at line 56 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createButton(), rtp::client::graphics::UiFactory::createDropdown(), rtp::client::graphics::UiFactory::createSlider(), and rtp::client::graphics::UiFactory::createTextInput().