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

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

Méthodes publiques

Свойство Type Description
lights Light[]
rigids List
spheres GameObject[]

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

lights public_oe property

public Light[] lights
Résultat Light[]

rigids public_oe property

public List rigids
Résultat List

spheres public_oe property

public GameObject[] spheres
Résultat GameObject[]