textmode.js / loading
loading
All loading screen related modules and types.
Classes
| Class | Description |
|---|---|
| LoadingPhase | Represents a loading phase tracked by a LoadingPhaseTracker. |
| LoadingScreenManager | Manages the loading screen display and state. Can be accessed via Textmodifier.loading. |
Interfaces
| Interface | Description |
|---|---|
| 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. |