Back To Index

SetLoadingScreen

Jump To Parameters
Jump To Function Definitions


Parameter Definitions

Select the parameter name from below to jump directly to it on this page.

LoadingDescriptions
LoadingImages
LoadingTitle


LoadingDescriptions

The loading description to display while on the loading screen.

Exposed Value Type Default Value
protected List new List()

Back To Top


LoadingImages

The images to cycle through while on the loading screen. Used in conjunction with the UICoreLogic component.

Exposed Value Type Default Value
protected List new List()

Back To Top


LoadingTitle

The load title to display while on the loading screen.

Exposed Value Type Default Value
protected string ””

Back To Top

Function Definitions

Select the function name from below to jump directly to it on this page.

EnableLoadingScreen
SetLoadingScreenItems


public virtual void EnableLoadingScreen()

Calls EnableLoadingPage on UICoreLogic to enable the loading screen. Also calls SetLoadingScreenItems function to set the UICoreLogic values.

Expose Value Overrideable Returns
public True Does not return anything

No parameters

Back To Top


public virtual void SetLoadingScreenItems()

Sets the loading image, loading desc and load title on the UICoreLogic component.

Expose Value Overrideable Returns
public True Does not return anything

No parameters

Back To Top