EntitySystem

Undocumented in source.

Constructors

this
this(Aspect aspect)
Undocumented in source.

Members

Functions

added
void added(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void begin()
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.
check
void check(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
checkProcessing
bool checkProcessing()
Undocumented in source.
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.
end
void end()
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.
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.
isPassive
bool isPassive()
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.
processEntities
void processEntities(Bag!Entity entities)
Undocumented in source.
removed
void removed(Entity e)
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.
setWorld
void setWorld(World world)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin TypeDecl
Undocumented in source.

Variables

world
World world;
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 EntityObserver

added
void added(Entity e)
Undocumented in source.
changed
void changed(Entity e)
Undocumented in source.
deleted
void deleted(Entity e)
Undocumented in source.
enabled
void enabled(Entity e)
Undocumented in source.
disabled
void disabled(Entity e)
Undocumented in source.

Meta