* Load each scene in order. * * This is done in background to try to avoid loading screens when changing * scenes.
()
| 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. |
no test coverage detected