C# Class RevealStory, 306_project2

Inheritance: MonoBehaviour
Afficher le fichier Open project: ElliotWhiley/306_project2

Méthodes publiques

Свойство Type Description
elonText Text
flbText Text

Méthodes publiques

Méthode Description
Update ( ) : void
clicked ( ) : void
setElonText ( string msg ) : void
setFlubText ( string msg ) : void
skipped ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

clicked() public méthode

public clicked ( ) : void
Résultat void

setElonText() public méthode

public setElonText ( string msg ) : void
msg string
Résultat void

setFlubText() public méthode

public setFlubText ( string msg ) : void
msg string
Résultat void

skipped() public méthode

public skipped ( ) : void
Résultat void

Property Details

elonText public_oe property

public Text elonText
Résultat Text

flbText public_oe property

public Text flbText
Résultat Text