CameraSystem

Fixtures

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

onEntityActivatedCalled
bool onEntityActivatedCalled;
Undocumented in source.
onEntityKilledCalled
bool onEntityKilledCalled;
Undocumented in source.
updated
bool updated;
Undocumented in source.

Meta