C# Class Game_controller, Space-Rush2

Inheritance: MonoBehaviour
Show file Open project: M4R774/Space-Rush2 Class Usage Examples

Public Properties

Property Type Description
hazardCount int
hazards GameObject[]
kesto float
spawnValues Vector3
spawnWait float
startWait float
waveWait float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
SpawnWaves ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

hazardCount public property

public int hazardCount
return int

hazards public property

public GameObject[] hazards
return GameObject[]

kesto public property

public float kesto
return float

spawnValues public property

public Vector3 spawnValues
return Vector3

spawnWait public property

public float spawnWait
return float

startWait public property

public float startWait
return float

waveWait public property

public float waveWait
return float