Property | Type | Description | |
---|---|---|---|
FadeCtrl | CameraFade, |
Method | Description | |
---|---|---|
Exit ( ) : void | ||
LoadScene ( ) : void | ||
LoadScene ( string nextScene ) : void | ||
LoadScene ( string nextScene, float waitingTime ) : void | ||
Quit ( ) : void | ||
Restart ( ) : void |
Method | Description | |
---|---|---|
LoadAsync ( string nextScene ) : IEnumerator | ||
StartLoading ( float time ) : IEnumerator |
public LoadScene ( string nextScene, float waitingTime ) : void | ||
nextScene | string | |
waitingTime | float | |
return | void |