TestSystem

Undocumented in source.

Members

Functions

handleEvent
void handleEvent(TestEvent event, TestComp test, TestComp2 test2, TestComp3* test3)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(Entity entity, TestComp comp)
Undocumented in source. Be warned that the author may not have intended to support it.
onAddEntity
void onAddEntity(EntitiesData data)
Undocumented in source. Be warned that the author may not have intended to support it.
onBegin
bool onBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onEnd
void onEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(Entity entity, TestComp test, TestComp2 test2)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate(EntitiesData data)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ECS.System!16
Undocumented in source.

Structs

EntitiesData
struct EntitiesData
Undocumented in source.

Mixed In Members

From mixin ECS.System!16

__becs_jobs_count
uint __becs_jobs_count;
Undocumented in source.

Meta