Wasabi
|
#include <WEffect.hpp>
Public Member Functions | |
WEffectManager (class Wasabi *const app) | |
![]() | |
WManager (class Wasabi *const a) | |
bool | RegisterChangeCallback (std::string name, std::function< void(WEffect *, bool)> callback) |
void | RemoveChangeCallback (std::string name) |
void | AddEntity (WEffect *entity) |
bool | RemoveEntity (WEffect *entity) |
void | OnEntityNameChanged (WEffect *entity, std::string oldName) |
virtual void | Init () |
WEffect * | GetEntity (uint32_t ID) const |
WEffect * | GetEntity (std::string name) const |
WEffect * | GetEntityByIndex (uint32_t index) const |
uint32_t | GetEntitiesCount (void) const |
Friends | |
class | WEffect |
Additional Inherited Members | |
![]() | |
class Wasabi *const | m_app |
![]() | |
std::vector< WEffect * > | m_entities [W_HASHTABLESIZE] |
std::unordered_map< std::string, WEffect * > | m_entitiesByName |
Manager class for WEffect.