EntityProcessingSystem

Undocumented in source.

Constructors

this
this(Aspect aspect)
Undocumented in source.

Members

Functions

checkProcessing
bool checkProcessing()
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process(Entity e)
Undocumented in source.
processEntities
void processEntities(Bag!Entity entities)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin TypeDecl
Undocumented in source.

Mixed In Members

From mixin TypeDecl

TypeNum
uint TypeNum;
Undocumented in source.
BaseType
enum BaseType;
Undocumented in source.
GetTypeId
uint GetTypeId()
Undocumented in source.
TypeId
uint TypeId;
Undocumented in source.
GetTypeId
uint GetTypeId()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EntitySystem

__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.

Meta