API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceRestoreSceneOptions

@codexo/exojs / core / stable

Options for SceneDirector.restore. No `data` field - a restored scope reuses whatever activation data it was originally prepared with; `load()`/`init()` never run again for it.

2
props
0
methods
0
events
Import
import { RestoreSceneOptions } from '@codexo/exojs'

Options for SceneDirector.restore. No `data` field - a restored scope reuses whatever activation data it was originally prepared with; `load()`/`init()` never run again for it.

Properties2
suspendCurrent?: boolean
Suspend the currently active scene (if any) instead of ending it permanently - mirrors ChangeSceneOptions.suspendCurrent.
Transition to drive this restore through - mirrors ChangeSceneOptions.transition; see its doc comment for the full guarantee.
Source