C# Class LevelLoaderController.LevelLoader

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: juliancruz87/madbricks Class Usage Examples

Public Methods

Method Description
GetTutorialOrLevelName ( int area, int level ) : string
LoadNextLevel ( ) : void
LoadPendingScene ( ) : void
LoadScene ( string levelName ) : void

Private Methods

Method Description
Awake ( ) : void
LoadLevelAsync ( ) : IEnumerator
SaveContent ( int area, int level ) : void

Method Details

GetTutorialOrLevelName() public static method

public static GetTutorialOrLevelName ( int area, int level ) : string
area int
level int
return string

LoadNextLevel() public method

public LoadNextLevel ( ) : void
return void

LoadPendingScene() public method

public LoadPendingScene ( ) : void
return void

LoadScene() public method

public LoadScene ( string levelName ) : void
levelName string
return void