makeGlobalScopedQueue
makeGlobalScopedQueue(
processSystem):ScopedProcessQueue
Defined in: ProcessQueue.ts:88
Engine-global scoped queue. Routes through ProcessSystem.add — ticked
under the global timeScale only, NOT gated by per-scene pause or scaled
by per-scene timeScale. Right for cross-scene work that should keep
playing during scene transitions and across paused scenes.