|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Represents the position of a UI component. More...
#include <UiFactory.hpp>
Public Attributes | |
| float | x |
| float | y |
Represents the position of a UI component.
Definition at line 45 of file UiFactory.hpp.
| float rtp::client::graphics::position::x |
Definition at line 46 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createButton(), rtp::client::graphics::UiFactory::createDropdown(), rtp::client::graphics::UiFactory::createSlider(), rtp::client::graphics::UiFactory::createSpritePreview(), rtp::client::graphics::UiFactory::createText(), and rtp::client::graphics::UiFactory::createTextInput().
| float rtp::client::graphics::position::y |
Definition at line 47 of file UiFactory.hpp.
Referenced by rtp::client::graphics::UiFactory::createButton(), rtp::client::graphics::UiFactory::createDropdown(), rtp::client::graphics::UiFactory::createSlider(), rtp::client::graphics::UiFactory::createSpritePreview(), rtp::client::graphics::UiFactory::createText(), and rtp::client::graphics::UiFactory::createTextInput().