C# Class ObstSpawner, Shrednought

Inheritance: MonoBehaviour
ファイルを表示 Open project: 9/Shrednought

Public Properties

Property Type Description
obstacles GameObject[]

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_oe property

public GameObject[] obstacles
return GameObject[]