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 |
LoadingImages
The images to cycle through while on the loading screen. Used in conjunction with the
UICoreLogiccomponent.
| Exposed Value | Type | Default Value |
|---|---|---|
| protected | List |
new List |
LoadingTitle
The load title to display while on the loading screen.
| Exposed Value | Type | Default Value |
|---|---|---|
| protected | string | ”” |
Function Definitions
Select the function name from below to jump directly to it on this page.
EnableLoadingScreen
SetLoadingScreenItems
public virtual void EnableLoadingScreen()
Calls
EnableLoadingPageonUICoreLogicto enable the loading screen. Also callsSetLoadingScreenItemsfunction to set theUICoreLogicvalues.
| Expose Value | Overrideable | Returns |
|---|---|---|
| public | True | Does not return anything |
No parameters
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