Assets.Scripts.Scenes.SceneController.LoadScene C# (CSharp) Method

LoadScene() protected method

protected LoadScene ( Scene scene ) : void
scene UnityEngine.SceneManagement.Scene
return void
        protected void LoadScene(Scene scene)
        {
            SceneManager.LoadScene((int)scene);
        }
    }
SceneController