- addEntity
void addEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- forEachChild
void forEachChild(void delegate(Entity entity) fn)
Undocumented in source. Be warned that the author may not have intended to support it.
- forEachRootEntity
void forEachRootEntity(void delegate(Entity entity) fn)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChildrenOfEntity
Entity[] getChildrenOfEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEntity
void removeEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEntity
void removeEntity(uint entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateHierarchy
void updateHierarchy()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- addEntity
void addEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEntity
void removeEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEntity
void removeEntity(uint entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getEntity
Entity getEntity(uint entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Entity opIndex(uint entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearEntities
void clearEntities()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasEntity
bool hasEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasEntity
bool hasEntity(uint entityId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAll
Entity[] getAll()
Undocumented in source. Be warned that the author may not have intended to support it.