Click or drag to resize
Slash.Unity.Common.Loading Namespace

[Missing <summary> documentation for "N:Slash.Unity.Common.Loading"]

Classes
  ClassDescription
Public classDontDestroyOnLoadBehaviour
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.
Public classLoadSceneBehaviour
Public classLoadSceneOnClickBehaviour
Loads the specified scene when this game object is clicked.
Public classLoadSceneOnEscBehaviour
Loads the specified scene on ESC or back button.
Public classLoadSceneOnStartBehaviour
Loads the specified scene immediately after start.