- __anonymous
mixin TypeDecl
Undocumented in source.
- world
World world;
Undocumented in source.
- begin
void begin()
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.
- end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
- processEntities
void processEntities(Bag!Entity entities)
Undocumented in source.
- checkProcessing
bool checkProcessing()
Undocumented in source.
- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- inserted
void inserted(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- removed
void removed(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- check
void check(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- added
void added(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- changed
void changed(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleted
void deleted(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- disabled
void disabled(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- enabled
void enabled(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWorld
void setWorld(World world)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPassive
bool isPassive()
Undocumented in source. Be warned that the author may not have intended to support it.
- setPassive
void setPassive(bool passive)
Undocumented in source. Be warned that the author may not have intended to support it.
- getActives
Bag!Entity getActives()
Undocumented in source. Be warned that the author may not have intended to support it.