Views/ Loading
The LoadingView is a simple component. It works alongside the SceneTransitionManager, which can be extended with custom transitions. You can refer to the demo game samples to see it in action.
SceneTransitionManager
Dictionary of transitions. Used by SceneLoader and SceneLoaderAddressable but you can also use it directly.
SceneTransition
An abstract class you can implement add to SceneTransitionManager.
SceneTransition.LoadingScreenToggleEvent
This event is used to fade LoadingScreen.
| Paramater | Type | Description |
|---|---|---|
| First parameter | bool | True means fade-in, false means fade-out. |
| Second parameter | float | Duration of fade. |