Slash.Unity.Common.Loading Namespace |
[Missing <summary> documentation for "N:Slash.Unity.Common.Loading"]
Class | Description | |
---|---|---|
DontDestroyOnLoadBehaviour |
The method DontDestroyOnLoad preserves the specified game object when
the scene is changed.
You can use it for game objects which are required throughout the game.
| |
LoadSceneBehaviour | ||
LoadSceneOnClickBehaviour |
Loads the specified scene when this game object is clicked.
| |
LoadSceneOnEscBehaviour |
Loads the specified scene on ESC or back button.
| |
LoadSceneOnStartBehaviour |
Loads the specified scene immediately after start.
|