UnityEngine.Application.LoadLevel C# (CSharp) Method

LoadLevel() public static method

public static LoadLevel ( string levelName ) : void
levelName string
return void
		public static void LoadLevel(string levelName) { }

Same methods

Application::LoadLevel ( int levelNumber ) : void