C# Class Pause, Adagio

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/Adagio Class Usage Examples

Méthodes publiques

Свойство Type Description
OptionsCanvas GameObject
busy bool
objButtons GameObject
objFade GameObject
objText GameObject

Méthodes publiques

Méthode Description
Quit ( ) : void
Resume ( ) : void
Settings ( ) : void
Start ( ) : void
Update ( ) : void
closeSettings ( ) : void

Private Methods

Méthode Description
_TransitionIn ( ) : IEnumerator
_TransitionOut ( ) : IEnumerator

Method Details

Quit() public méthode

public Quit ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Settings() public méthode

public Settings ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

closeSettings() public méthode

public closeSettings ( ) : void
Résultat void

Property Details

OptionsCanvas public_oe property

public GameObject OptionsCanvas
Résultat GameObject

busy public_oe property

public bool busy
Résultat bool

objButtons public_oe property

public GameObject objButtons
Résultat GameObject

objFade public_oe property

public GameObject objFade
Résultat GameObject

objText public_oe property

public GameObject objText
Résultat GameObject