textmode.js / loading / LoadingLayerController
Class: LoadingLayerController
Controls the internal loading layer lifecycle and rendering behavior.
Extends
InternalLayerController<LoadingScreenRendererContext>
Methods
_dispose()
ts
_dispose(): void;Dispose of the internal layer.
Returns
void
Inherited from
ts
InternalLayerController._disposedraw()
ts
draw(callback?): void;Set a custom renderer for the internal layer.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback? | (context) => void | Custom draw callback that receives the rendering context. |
Returns
void
Inherited from
ts
InternalLayerController.draw