Wasabi
|
Public Member Functions | |
WPhysicsActionManager (Wasabi *const app) | |
void | Update (float fDeltaTime) |
![]() | |
WManager (class Wasabi *const a) | |
bool | RegisterChangeCallback (std::string name, std::function< void(WPhysicsAction *, bool)> callback) |
void | RemoveChangeCallback (std::string name) |
void | AddEntity (WPhysicsAction *entity) |
bool | RemoveEntity (WPhysicsAction *entity) |
void | OnEntityNameChanged (WPhysicsAction *entity, std::string oldName) |
virtual void | Init () |
WPhysicsAction * | GetEntity (uint32_t ID) const |
WPhysicsAction * | GetEntity (std::string name) const |
WPhysicsAction * | GetEntityByIndex (uint32_t index) const |
uint32_t | GetEntitiesCount (void) const |
Additional Inherited Members | |
![]() | |
class Wasabi *const | m_app |
![]() | |
std::vector< WPhysicsAction * > | m_entities [W_HASHTABLESIZE] |
std::unordered_map< std::string, WPhysicsAction * > | m_entitiesByName |