TestSystem2

Undocumented in source.

Members

Functions

handleEvent
void handleEvent(Entity* entity, TestEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleEvent
void handleEvent(Entity* entity, TestEvent2 event)
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.
lateUpdate
void lateUpdate(EntitiesData data)
Undocumented in source. Be warned that the author may not have intended to support it.
onDisable
void onDisable()
Undocumented in source. Be warned that the author may not have intended to support it.
onEnable
void onEnable()
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.
EventInput
struct EventInput
Undocumented in source.

Mixed In Members

From mixin ECS.System!16

__becs_jobs_count
uint __becs_jobs_count;
Undocumented in source.

Meta