Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Olympe::CatalogType Struct Reference

#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< CatalogParameterparameters
 

Detailed Description

Definition at line 32 of file EnumCatalogManager.h.

Constructor & Destructor Documentation

◆ CatalogType()

Olympe::CatalogType::CatalogType ( )
default

Member Data Documentation

◆ category

std::string Olympe::CatalogType::category

Definition at line 37 of file EnumCatalogManager.h.

Referenced by Olympe::EnumCatalogManager::ParseCatalogType().

◆ description

std::string Olympe::CatalogType::description

Definition at line 36 of file EnumCatalogManager.h.

Referenced by Olympe::EnumCatalogManager::ParseCatalogType().

◆ id

std::string Olympe::CatalogType::id

Definition at line 34 of file EnumCatalogManager.h.

Referenced by Olympe::EnumCatalogManager::ParseCatalogType().

◆ name

std::string Olympe::CatalogType::name

Definition at line 35 of file EnumCatalogManager.h.

Referenced by Olympe::EnumCatalogManager::ParseCatalogType().

◆ parameters

std::vector<CatalogParameter> Olympe::CatalogType::parameters

◆ tooltip

std::string Olympe::CatalogType::tooltip

Definition at line 38 of file EnumCatalogManager.h.

Referenced by Olympe::EnumCatalogManager::ParseCatalogType().


The documentation for this struct was generated from the following file: