C# Class MyCollections, MIN-394-Fall-2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: nbzeman/MIN-394-Fall-2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
ints int[]
ints_set_number int[]
rgbs List
spheres GameObject[]
spheres_autoFind GameObject[]
spheres_set_number GameObject[]
string_list List
string_list_values List

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ints public_oe property

public int[] ints
Résultat int[]

ints_set_number public_oe property

public int[] ints_set_number
Résultat int[]

rgbs public_oe property

public List rgbs
Résultat List

spheres public_oe property

public GameObject[] spheres
Résultat GameObject[]

spheres_autoFind public_oe property

public GameObject[] spheres_autoFind
Résultat GameObject[]

spheres_set_number public_oe property

public GameObject[] spheres_set_number
Résultat GameObject[]

string_list public_oe property

public List string_list
Résultat List

string_list_values public_oe property

public List string_list_values
Résultat List