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
Show file Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
Init ( ) : void
Release ( ) : void
SetAsync ( AsyncOperation async ) : void
Show ( ) : void
Update ( ) : void

Private Methods

Method Description
LoadComplete ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Release() public method

public Release ( ) : void
return void

SetAsync() public method

public SetAsync ( AsyncOperation async ) : void
async AsyncOperation
return void

Show() public method

public Show ( ) : void
return void

Update() public method

public Update ( ) : void
return void