![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <EnumCatalogManager.h>
Public Member Functions | |
| CatalogType ()=default | |
Public Attributes | |
| std::string | id |
| std::string | name |
| std::string | description |
| std::string | category |
| std::string | tooltip |
| std::vector< CatalogParameter > | parameters |
Definition at line 32 of file EnumCatalogManager.h.
|
default |
| std::string Olympe::CatalogType::category |
Definition at line 37 of file EnumCatalogManager.h.
Referenced by Olympe::EnumCatalogManager::ParseCatalogType().
| std::string Olympe::CatalogType::description |
Definition at line 36 of file EnumCatalogManager.h.
Referenced by Olympe::EnumCatalogManager::ParseCatalogType().
| std::string Olympe::CatalogType::id |
Definition at line 34 of file EnumCatalogManager.h.
Referenced by Olympe::EnumCatalogManager::ParseCatalogType().
| std::string Olympe::CatalogType::name |
Definition at line 35 of file EnumCatalogManager.h.
Referenced by Olympe::EnumCatalogManager::ParseCatalogType().
| std::vector<CatalogParameter> Olympe::CatalogType::parameters |
Definition at line 39 of file EnumCatalogManager.h.
Referenced by Olympe::EnumCatalogManager::ParseCatalogType(), Olympe::NodeGraphPanel::RenderNodeEditModal(), and Olympe::BlueprintValidator::ValidateNodeParameters().
| std::string Olympe::CatalogType::tooltip |
Definition at line 38 of file EnumCatalogManager.h.
Referenced by Olympe::EnumCatalogManager::ParseCatalogType().