C# Class SceneControl, TiminesSweeper-3D-

Inheritance: MonoBehaviour
Mostrar archivo Open project: tim-hub/TiminesSweeper-3D- Class Usage Examples

Public Properties

Property Type Description
FadeCtrl CameraFade,

Public Methods

Method Description
Exit ( ) : void
LoadScene ( ) : void
LoadScene ( string nextScene ) : void
LoadScene ( string nextScene, float waitingTime ) : void
Quit ( ) : void
Restart ( ) : void

Private Methods

Method Description
LoadAsync ( string nextScene ) : IEnumerator
StartLoading ( float time ) : IEnumerator

Method Details

Exit() public method

public Exit ( ) : void
return void

LoadScene() public method

public LoadScene ( ) : void
return void

LoadScene() public method

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

LoadScene() public method

public LoadScene ( string nextScene, float waitingTime ) : void
nextScene string
waitingTime float
return void

Quit() public method

public Quit ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

Property Details

FadeCtrl public_oe property

public CameraFade, FadeCtrl
return CameraFade,