跳转到内容

addSystemToSchedule

此内容尚不支持你的语言。

addSystemToSchedule(schedule, system): void

Defined in: ecs/system.ts:376

Register a system in a Schedule. This is how a project bundle’s systems reach the loop: the call records them, and the app drains what was recorded when it starts, so module-level registration works before an App exists.

Schedule

SystemDef

void