class
LoadingScreen
public static abstract sealed class LoadingScreen Holds metadata and raw data relating to a Saved Game.
Properties
| Name | Type | Description |
|---|---|---|
IsVisible static | Boolean | |
Title static | String | A title to show |
Subtitle static | String | A subtitle to show |
Media static | String | A URL or filepath to show as the background image. |
Tasks static | List<LoadingContext> | A list of tasks that are currently being awaited during loading. |