|
Wasabi
|
Public Member Functions | |
| WPhysicsActionManager (Wasabi *const app) | |
| void | Update (float fDeltaTime) |
Public Member Functions inherited from WManager< WPhysicsAction > | |
| 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 | |
Public Attributes inherited from WManager< WPhysicsAction > | |
| class Wasabi *const | m_app |
Protected Attributes inherited from WManager< WPhysicsAction > | |
| std::vector< WPhysicsAction * > | m_entities [W_HASHTABLESIZE] |
| std::unordered_map< std::string, WPhysicsAction * > | m_entitiesByName |
1.8.17