Methods
Static load
- load(path: string, additive?: boolean): Promise<Scene>
-
Parameters
-
path: string
-
Default value additive: boolean = false
Returns Promise<Scene>
Static loadById
- loadById(id: string): Promise<Scene>
-
Parameters
Returns Promise<Scene>
Static preLoad
- preLoad(path: string): Promise<unknown>
-
Parameters
Returns Promise<unknown>
Static unload
- unload(scene: Scene): void
Static unloadByPath
- unloadByPath(path: string): void
Destroys all current scenes