Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 569 Bytes

File metadata and controls

17 lines (12 loc) · 569 Bytes

SplashScreen

abstract class in AdvancedSceneManager.Loading / Inherits from: LoadingScreenBase

Description

A class that contains callbacks for splash screens.

Remarks: Loading.SplashScreen and Loading.LoadingScreen cannot coexist within the same scene.

Methods

Member Description
abstract IEnumerator OnClose() Called when splash scene is about to close.
abstract IEnumerator OnOpen() Called when splash scene is opened.
virtual void OnValidate() _No documentation available._