|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Category of entities with their sprites. More...
#include <ModMenuScene.hpp>
Public Attributes | |
| std::string | name |
| Category name. | |
| std::vector< EntitySpriteInfo > | entities |
| List of entities in this category. | |
Category of entities with their sprites.
Definition at line 43 of file ModMenuScene.hpp.
| std::vector<EntitySpriteInfo> rtp::client::scenes::EntityCategory::entities |
List of entities in this category.
Definition at line 45 of file ModMenuScene.hpp.
Referenced by rtp::client::scenes::ModMenuScene::loadEntityCategories().
| std::string rtp::client::scenes::EntityCategory::name |
Category name.
Definition at line 44 of file ModMenuScene.hpp.
Referenced by rtp::client::scenes::ModMenuScene::loadEntityCategories().