class LoadingScreen

in global :: Sandbox

Holds metadata and raw data relating to a Saved Game.


public static string Title { get; set; }

A title to show

public static string Subtitle { get; set; }

A subtitle to show

public static string Media { get; set; }

A URL or filepath to show as the background image.

public static bool IsVisible { get; set; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.