HierarchialEntityCollection

Undocumented in source.

Members

Functions

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.

Properties

rootEntities
Entity[] rootEntities [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EntityCollection

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.

Meta