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.
Parameters
Section titled “Parameters”system
Section titled “system”Returns
Section titled “Returns”void