C# Class SpawnPrefabController, atlasToCube

Inheritance: MonoBehaviour
ファイルを表示 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