- _entities
EntityCollection _entities;
 Undocumented in source.
- acceptsEntity
bool acceptsEntity(Entity entity)
 Undocumented in source.
- initialize
void initialize()
 Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update()
 Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw()
 Undocumented in source. Be warned that the author may not have intended to support it.
- cleanup
void cleanup()
 Undocumented in source. Be warned that the author may not have intended to support it.
- entityCount
 entityCount [@property getter]
 Undocumented in source. Be warned that the author may not have intended to support it.
- entities
 entities [@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.
- processAcceptedEntity
void processAcceptedEntity(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.
- hasEntity
bool hasEntity(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.
- processRemovedEntity
void processRemovedEntity(Entity entity)
 Undocumented in source. Be warned that the author may not have intended to support it.