C# Class ExemploClasse

Inheritance: MonoBehaviour
Mostrar archivo Open project: ProgJogos/programacao-2sem2014

Public Properties

Property Type Description
nome string
preco float

Public Methods

Method Description
Descrever ( ) : void
Start ( ) : void

Method Details

Descrever() public method

public Descrever ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

nome public_oe property

public string nome
return string

preco public_oe property

public float preco
return float