abstract class in AdvancedSceneManager.Loading / Inherits from: LoadingScreenBase
A class that contains callbacks for splash screens.
Remarks:
Loading.SplashScreen and Loading.LoadingScreen cannot coexist within the same scene.
| 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._ |