s&box docs

public static abstract sealed class Sandbox.LoadingScreen

Holds metadata and raw data relating to a Saved Game.

Broader workflow and conceptual references connected to this API.

Properties

Showing 5 properties

public static string Sandbox.LoadingScreen.Media { get; set; }

A URL or filepath to show as the background image.

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.LoadingScreen

On this page