C# Class ExemploVariaveis

Inheritance: MonoBehaviour
Afficher le fichier Open project: ProgJogos/programacao-2sem2014

Méthodes publiques

Свойство Type Description
escreveMsg bool
nome string
segundos float
tecla char
total int

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

escreveMsg public_oe property

public bool escreveMsg
Résultat bool

nome public_oe property

public string nome
Résultat string

segundos public_oe property

public float segundos
Résultat float

tecla public_oe property

public char tecla
Résultat char

total public_oe property

public int total
Résultat int