API ReferenceSandbox
public static abstract sealed class Sandbox.LoadingScreen
Holds metadata and raw data relating to a Saved Game.
Related Guides
Broader workflow and conceptual references connected to this API.
Properties
Showing 5 properties
public static bool Sandbox.LoadingScreen.IsVisible { get; set; }
public static string Sandbox.LoadingScreen.Media { get; set; }
A URL or filepath to show as the background image.
public static string Sandbox.LoadingScreen.Subtitle { get; set; }
A subtitle to show
public static System.Collections.Generic.List`1<Sandbox.LoadingContext> Sandbox.LoadingScreen.Tasks { get; set; }
A list of tasks that are currently being awaited during loading.
public static string Sandbox.LoadingScreen.Title { get; set; }
A title to show
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.LoadingScreen |