C# Class Waves, AntsVsMice

Inheritance: MonoBehaviour
Show file Open project: splashdamage/AntsVsMice Class Usage Examples

Public Properties

Property Type Description
over bool
timeBetweenWaves float
waves List

Public Methods

Method Description
Start ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : IEnumerator
return IEnumerator

Property Details

over public static property

public static bool over
return bool

timeBetweenWaves public property

public float timeBetweenWaves
return float

waves public property

public List waves
return List