Class SceneUtils
Helper functions for scene loading. Mostly a wrapper around Unity's SceneManager.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class SceneUtils : MonoBehaviour
Methods
LoadScene(string)
Load the given scene and reset any static variables where appropriate.
Declaration
public static void LoadScene(string sceneName)
Parameters
Type | Name | Description |
---|---|---|
string | sceneName | The name of the scene to load. |