C# Class TitleScreenUI, ggj16

Inheritance: MonoBehaviour
Afficher le fichier Open project: amzeratul/ggj16

Méthodes publiques

Méthode Description
OnOptionChosen ( int option ) : void

Méthodes protégées

Méthode Description
OnEnable ( ) : void
Start ( ) : void

Private Methods

Méthode Description
InitIcons ( ) : void

Method Details

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnOptionChosen() public méthode

public OnOptionChosen ( int option ) : void
option int
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void