Search Results for

    Show / Hide Table of Contents

    Class SceneUtils

    Helper functions for scene loading. Mostly a wrapper around Unity's SceneManager.

    Inheritance
    object
    SceneUtils
    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.

    In This Article
    Back to top Green Revolution Code Documentation