textmode.js / loading
loading
All loading screen related modules and types.
Classes
| Class | Description |
|---|---|
| LoadingScreenManager | Manages the loading screen display and state. Can be accessed via Textmodifier.loading. |
Interfaces
| Interface | Description |
|---|---|
| LoadingPhaseHandle | Handle for managing a loading phase. |
| LoadingPhaseSnapshot | Snapshot of a loading phase's state. |
| LoadingScreenOptions | Options for configuring the loading screen. |
| LoadingScreenRendererContext | Context object passed to a loading screen renderer function. |
| LoadingScreenTheme | Theme settings for the loading screen. |