Skip to content

addSystemSetToSchedule

addSystemSetToSchedule(schedule, set): void

Defined in: ecs/system.ts:384

Register a SystemSet from a project bundle, the module-level twin of App.addSystemSetToSchedule. Without it a project can define a set — the run condition a pause is written as — and have no door to register it through.

Schedule

SystemSet

void