C# Class SceneControl, TiminesSweeper-3D-

Inheritance: MonoBehaviour
Afficher le fichier Open project: tim-hub/TiminesSweeper-3D- Class Usage Examples

Méthodes publiques

Свойство Type Description
FadeCtrl CameraFade,

Méthodes publiques

Méthode Description
Exit ( ) : void
LoadScene ( ) : void
LoadScene ( string nextScene ) : void
LoadScene ( string nextScene, float waitingTime ) : void
Quit ( ) : void
Restart ( ) : void

Private Methods

Méthode Description
LoadAsync ( string nextScene ) : IEnumerator
StartLoading ( float time ) : IEnumerator

Method Details

Exit() public méthode

public Exit ( ) : void
Résultat void

LoadScene() public méthode

public LoadScene ( ) : void
Résultat void

LoadScene() public méthode

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

LoadScene() public méthode

public LoadScene ( string nextScene, float waitingTime ) : void
nextScene string
waitingTime float
Résultat void

Quit() public méthode

public Quit ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

Property Details

FadeCtrl public_oe property

public CameraFade, FadeCtrl
Résultat CameraFade,