C# Class EnemyGeneratorCtrl, 006762

Inheritance: MonoBehaviour
Mostra file Open project: gilbutITbook/006762

Public Properties

Property Type Description
enemyPrefab GameObject
maxEnemy int
totalEnemy int

Public Methods

Method Description
Generate ( ) : void
Start ( ) : void

Private Methods

Method Description
Exec ( ) : IEnumerator
Generator ( ) : bool

Method Details

Generate() public method

public Generate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

enemyPrefab public_oe property

public GameObject enemyPrefab
return GameObject

maxEnemy public_oe property

public int maxEnemy
return int

totalEnemy public_oe property

public int totalEnemy
return int