LoadScene() public static method

public static LoadScene ( string sceneName ) : void
sceneName string
return void
 public void LoadButton()
 {
     Game.LoadScene();
 }