C# Class WaveSpawner, Attack-on-Tapir

Inheritance: MonoBehaviour
Afficher le fichier Open project: cortexarts/Attack-on-Tapir Class Usage Examples

Méthodes publiques

Свойство Type Description
spawnPoints Transform[]
timeBetweenWaves float
waves Wave[]

Méthodes publiques

Méthode Description
SpawnEnemy ( Transform _enemy ) : void
Start ( ) : void
Update ( ) : void
WaveCompleted ( ) : void

Private Methods

Méthode Description
EnemyIsAlive ( ) : bool
SpawnWave ( Wave, _wave ) : IEnumerator

Method Details

SpawnEnemy() public méthode

public SpawnEnemy ( Transform _enemy ) : void
_enemy Transform
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

WaveCompleted() public méthode

public WaveCompleted ( ) : void
Résultat void

Property Details

spawnPoints public_oe property

public Transform[] spawnPoints
Résultat Transform[]

timeBetweenWaves public_oe property

public float timeBetweenWaves
Résultat float

waves public_oe property

public Wave[] waves
Résultat Wave[]