跳转到内容

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