C# Class Variaveis

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

Méthodes publiques

Свойство Type Description
contador int
escreverMsg bool
nome string
tempo float

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

contador public_oe property

public int contador
Résultat int

escreverMsg public_oe property

public bool escreverMsg
Résultat bool

nome public_oe property

public string nome
Résultat string

tempo public_oe property

public float tempo
Résultat float