API reference

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

T

typePreloadOptions

@codexo/exojs / core / stable

Options passed to SceneDirector.preload. Unlike ChangeSceneOptions, there is no `transition`/`suspendCurrent` - preloading never touches the active scope or visibly transitions anything.

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

Options passed to SceneDirector.preload. Unlike ChangeSceneOptions, there is no `transition`/`suspendCurrent` - preloading never touches the active scope or visibly transitions anything.

Definition1
[Data] extends [void] ? { data?: never } : { data: Readonly<Data> }
Source