API reference

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

T

typeChangeSceneOptions

@codexo/exojs / core / stable

Options for SceneDirector.change. Carries the activation `data` (when `Data` is not `void`), `suspendCurrent`, and an optional `transition` - a class-based `SceneTransition`/ `PhasedSceneTransition`, or an `{ enter, exit }` pair - resolved against the target's registry-level default to drive the switch through a SceneTransitionSession; see SceneDirector.change's doc comment for the full guarantee.

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

Options for SceneDirector.change. Carries the activation `data` (when `Data` is not `void`), `suspendCurrent`, and an optional `transition` - a class-based `SceneTransition`/ `PhasedSceneTransition`, or an `{ enter, exit }` pair - resolved against the target's registry-level default to drive the switch through a SceneTransitionSession; see SceneDirector.change's doc comment for the full guarantee.

Definition1
Source