textmode.js / loading / LoadingLayerController
Class: LoadingLayerController
Controls the internal loading layer lifecycle and rendering behavior.
Extends
LayerController<LoadingScreenRendererContext>
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._disposedraw()
ts
draw(callback?): void;Parameters
| Parameter | Type |
|---|---|
callback? | (context) => void |
Returns
void
Inherited from
ts
LayerController.draw