Skip to content

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