Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SpawnPrefabController
C# Class SpawnPrefabController, atlasToCube
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: nicloay/atlasToCube
Public Properties
Property
Type
Description
atalasRandomIndexMax
int
numberOfObjects
int
prefab
GameObject
rndFactor
float
timeout
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
startSpawning
( ) :
IEnumerator
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
atalasRandomIndexMax
public_oe property
public
int
atalasRandomIndexMax
return
int
numberOfObjects
public_oe property
public
int
numberOfObjects
return
int
prefab
public_oe property
public
GameObject
prefab
return
GameObject
rndFactor
public_oe property
public
float
rndFactor
return
float
timeout
public_oe property
public
float
timeout
return
float