C# Class LevelLoaderController.LevelLoader

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: juliancruz87/madbricks Class Usage Examples

Méthodes publiques

Méthode Description
GetTutorialOrLevelName ( int area, int level ) : string
LoadNextLevel ( ) : void
LoadPendingScene ( ) : void
LoadScene ( string levelName ) : void

Private Methods

Méthode Description
Awake ( ) : void
LoadLevelAsync ( ) : IEnumerator
SaveContent ( int area, int level ) : void

Method Details

GetTutorialOrLevelName() public static méthode

public static GetTutorialOrLevelName ( int area, int level ) : string
area int
level int
Résultat string

LoadNextLevel() public méthode

public LoadNextLevel ( ) : void
Résultat void

LoadPendingScene() public méthode

public LoadPendingScene ( ) : void
Résultat void

LoadScene() public méthode

public LoadScene ( string levelName ) : void
levelName string
Résultat void