C# Class LoadingManager, CSharpGameFramework

Loading manager. This Script handles the loading of the Main scene in background displaying a loading animation while the scene is being loaded
Inheritance: MonoBehaviour
Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
Release ( ) : void
SetAsync ( AsyncOperation async ) : void
Show ( ) : void
Update ( ) : void

Private Methods

Méthode Description
LoadComplete ( ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

SetAsync() public méthode

public SetAsync ( AsyncOperation async ) : void
async AsyncOperation
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void