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

Inheritance: MonoBehaviour
ファイルを表示 Open project: nbzeman/MIN-394-Fall-2015 Class Usage Examples

Public Properties

Property 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

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

ints public_oe property

public int[] ints
return int[]

ints_set_number public_oe property

public int[] ints_set_number
return int[]

rgbs public_oe property

public List rgbs
return List

spheres public_oe property

public GameObject[] spheres
return GameObject[]

spheres_autoFind public_oe property

public GameObject[] spheres_autoFind
return GameObject[]

spheres_set_number public_oe property

public GameObject[] spheres_set_number
return GameObject[]

string_list public_oe property

public List string_list
return List

string_list_values public_oe property

public List string_list_values
return List