跳转到内容

addStartupSystem

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

addStartupSystem(system): void

Defined in: ecs/system.ts:364

Register a system to run once, before the first frame — where a project spawns its world. Startup runs after the engine’s own startup, so the components and resources a system asks for are there.

SystemDef

void