|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include "RType/ECS/Components/UI/Button.hpp"#include "RType/ECS/Components/UI/Dropdown.hpp"#include "RType/ECS/Components/UI/Slider.hpp"#include "RType/ECS/Components/UI/Text.hpp"#include "RType/ECS/Components/UI/TextInput.hpp"#include "RType/ECS/Components/UI/SpritePreview.hpp"#include "RType/ECS/Registry.hpp"#include <cstdint>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| struct | rtp::client::graphics::color |
| Represents an RGB color. More... | |
| struct | rtp::client::graphics::position |
| Represents the position of a UI component. More... | |
| struct | rtp::client::graphics::size |
| Represents the size of a UI component. More... | |
| class | rtp::client::graphics::UiFactory |
| Factory class for creating UI components in the ECS registry. More... | |
Namespaces | |
| namespace | rtp |
| namespace | rtp::client |
| R-Type client namespace. | |
| namespace | rtp::client::graphics |