MySystem

Undocumented in source.

Members

Functions

onEntityActivated
void onEntityActivated(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
onEntityKilled
void onEntityKilled(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(MovementEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ComponentsFilter!(Position)
Undocumented in source.

Variables

entityActivated
Entity entityActivated;
Undocumented in source.
entityKilled
Entity entityKilled;
Undocumented in source.
movementEventReceived
bool movementEventReceived;
Undocumented in source.
updateCalled
bool updateCalled;
Undocumented in source.

Meta