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

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

Public Properties

Property Type Description
lights Light[]
rigids List
spheres GameObject[]

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

lights public_oe property

public Light[] lights
return Light[]

rigids public_oe property

public List rigids
return List

spheres public_oe property

public GameObject[] spheres
return GameObject[]