textmode.js / loading / LoadingLayerController
Class: LoadingLayerController
Controls the internal loading layer lifecycle and rendering behavior.
Extends
InternalLayerController<LoadingScreenRendererContext>
Methods
_dispose()
ts
_dispose(): void;Disposes of the internal layer and its resources.
Returns
void
Inherited from
ts
InternalLayerController._disposedraw()
ts
draw(callback?): void;Overridable method to set a custom draw callback for rendering the internal layer. If not set, the layer will use the default template.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback? | (context) => void | Custom draw callback that receives the rendering context. |
Returns
void
Inherited from
ts
InternalLayerController.draw