Skip to content

textmode.js / loading / LoadingLayerController

Class: LoadingLayerController

Controls the internal loading layer lifecycle and rendering behavior.

Extends

Properties

_isInitialized

ts
_isInitialized: boolean = false;

Inherited from

ts
LayerController._isInitialized

_layer

ts
_layer: TextmodeLayer;

Inherited from

ts
LayerController._layer

_state

ts
_state: LoadingScreenState = 'active';

Methods

_dispose()

ts
_dispose(): void;

Returns

void

Inherited from

ts
LayerController._dispose

draw()

ts
draw(callback?): void;

Parameters

ParameterType
callback?(context) => void

Returns

void

Inherited from

ts
LayerController.draw