Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GameObjectsToCollections
C# Class GameObjectsToCollections, MIN-394-Fall-2015
Inheritance:
MonoBehaviour
Exibir arquivo
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[]