C# Class LevelChangeForModels, Human-Computer-Interaction

Inheritance: MonoBehaviour
Afficher le fichier Open project: doubleZ0108/Human-Computer-Interaction

Méthodes publiques

Свойство Type Description
animator Animator,
clickParts clickParts,

Méthodes publiques

Méthode Description
Update ( ) : void
fadeOutComplete ( ) : void
fadeToLevel ( int levelIndex ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

fadeOutComplete() public méthode

public fadeOutComplete ( ) : void
Résultat void

fadeToLevel() public méthode

public fadeToLevel ( int levelIndex ) : void
levelIndex int
Résultat void

Property Details

animator public_oe property

public Animator, animator
Résultat Animator,

clickParts public_oe property

public clickParts, clickParts
Résultat clickParts,