C# Class Storyboard, 306_project2

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

Méthodes publiques

Свойство Type Description
evilText Text
flubText Text

Méthodes publiques

Méthode Description
Update ( ) : void
clickedIntro ( ) : void
setEvilText ( string msg ) : void
setFlubText ( string msg ) : void
skipped ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

clickedIntro() public méthode

public clickedIntro ( ) : void
Résultat void

setEvilText() public méthode

public setEvilText ( 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

evilText public_oe property

public Text evilText
Résultat Text

flubText public_oe property

public Text flubText
Résultat Text