evael-ecs ~master (2021-10-22T21:44:54.846741)
Dub
Repo
LevelSystem
tests
components_filter
Undocumented in source.
class
LevelSystem : System {
mixin
ComponentsFilter
!(
Level
,
Position
)
;
void
update
(float deltaTime);
}
Members
Functions
update
void
update
(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ComponentsFilter
!(
Level
,
Position
)
Undocumented in source.
Meta
Source
See Implementation
tests
components_filter
classes
CameraSystem
LevelSystem
functions
setup
structs
Level
Position