C# Class SpawnRandomWalls, Shrednought

Inheritance: MonoBehaviour
Show file Open project: 9/Shrednought

Public Properties

Property Type Description
obstacles GameObject[]
waitTime float

Public Methods

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

Private Methods

Method Description
WaitAndSpawn ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

obstacles public property

public GameObject[] obstacles
return GameObject[]

waitTime public property

public float waitTime
return float