C# Class Variaveis

Inheritance: MonoBehaviour
Show 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 property

public int contador
return int

escreverMsg public property

public bool escreverMsg
return bool

nome public property

public string nome
return string

tempo public property

public float tempo
return float