C# Class ExemploArray

Inheritance: MonoBehaviour
Datei anzeigen Open project: ProgJogos/programacao-2sem2014

Public Properties

Property Type Description
notas float[]
numeros int[]

Public Methods

Method Description
Start ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

notas public_oe property

public float[] notas
return float[]

numeros public_oe property

public int[] numeros
return int[]