C# Class ExemploArray

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

Méthodes publiques

Свойство Type Description
notas float[]
numeros int[]

Méthodes publiques

Méthode Description
Start ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

notas public_oe property

public float[] notas
Résultat float[]

numeros public_oe property

public int[] numeros
Résultat int[]