C# Class SpawnPrefabController, atlasToCube

Inheritance: MonoBehaviour
Show file 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 property

public int atalasRandomIndexMax
return int

numberOfObjects public property

public int numberOfObjects
return int

prefab public property

public GameObject prefab
return GameObject

rndFactor public property

public float rndFactor
return float

timeout public property

public float timeout
return float