Interface LoadingScreenOptions

Settings for the loading screen to initialize with.

interface LoadingScreenOptions {
    absolute?: boolean;
    type?: LoadingScreenType;
}

Properties

Properties

absolute?: boolean

Whether to use absolute positioning to determine the location of the loading screen. Default: false.

Type of loading screen.

Generated using TypeDoc