Skip to content

makeSceneScopedQueue

makeSceneScopedQueue(processSystem, scene): ScopedProcessQueue

Defined in: ProcessQueue.ts:75

Scoped queue bound to a specific scene’s lifecycle. Routes through ProcessSystem.addForScene, so processes pause with the scene and are scaled by its timeScale — matching the behaviour of entity-owned ProcessComponent processes.

ProcessSystem

Scene

ScopedProcessQueue