C# Class Variaveis

Inheritance: MonoBehaviour
Mostra file Open project: ProgJogos/programacao-2sem2014 Class Usage Examples

Public Properties

Property Type Description
contador int
escreverMsg bool
nome string
tempo float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

contador public_oe property

public int contador
return int

escreverMsg public_oe property

public bool escreverMsg
return bool

nome public_oe property

public string nome
return string

tempo public_oe property

public float tempo
return float