C# Class TumbleweedSpawner, verthex

Inheritance: MonoBehaviour
Mostra file Open project: austinblakeslee/verthex

Public Properties

Property Type Description
tumbleweed GameObject
tumbleweedLocations Transform[]

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
SpawnTumbleweed ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

tumbleweed public_oe property

public GameObject tumbleweed
return GameObject

tumbleweedLocations public_oe property

public Transform[] tumbleweedLocations
return Transform[]