- addEntity
void addEntity(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- changedEntity
void changedEntity(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- createEntity
Entity createEntity()
Undocumented in source. Be warned that the author may not have intended to support it.
- createEntityFromTemplate
Entity createEntityFromTemplate(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteEntity
void deleteEntity(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteManager
void deleteManager()
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteSystem
void deleteSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
- disable
void disable(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- enable
void enable(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- getComponentManager
ComponentManager getComponentManager()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDelta
float getDelta()
Undocumented in source. Be warned that the author may not have intended to support it.
- getEntity
Entity getEntity(int entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEntityManager
EntityManager getEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
- getManager
T getManager()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSystem
T getSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSystems
EntitySystem[] getSystems()
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- process
void process()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDelta
void setDelta(float delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- setManager
T setManager(T manager)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSystem
T setSystem(T system)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSystem
T setSystem(T system, bool passive)
Undocumented in source. Be warned that the author may not have intended to support it.