evael-ecs ~master (2021-10-22T21:44:54.846741)
Dub
Repo
CameraSystem
tests
event_manager
Fixtures
class
CameraSystem : EventReceiver!PositionEvent, EventReceiver!JumpEvent {
bool
receivedPositionEvent
;
bool
receivedJumpEvent
;
void
receive
(PositionEvent event);
void
receive
(JumpEvent event);
}
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
Source
See Implementation
tests
event_manager
classes
CameraSystem
functions
setup
structs
JumpEvent
PositionEvent
Fixtures