CameraSystem

Fixtures

class CameraSystem : EventReceiver!PositionEvent, EventReceiver!JumpEvent {}

Members

Functions

receive
void receive(PositionEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(JumpEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

receivedJumpEvent
bool receivedJumpEvent;
Undocumented in source.
receivedPositionEvent
bool receivedPositionEvent;
Undocumented in source.

Meta