MCPcopy
hub / github.com/4ian/GDevelop / loadAllSceneInBackground

Method loadAllSceneInBackground

GDJS/Runtime/ResourceLoader.ts:376–378  ·  view source on GitHub ↗

* Load each scene in order. * * This is done in background to try to avoid loading screens when changing * scenes.

()

Source from the content-addressed store, hash-verified

374 * scenes.
375 */
376 async loadAllSceneInBackground(): Promise<void> {
377 this.sceneResourceLoadingQueue.loadAllTasksInBackground();
378 }
379
380 /**
381 * Load and process a scene that is needed right away.

Calls 1

Tested by

no test coverage detected