C# Class EnemyGeneratorCtrl, 006762

Inheritance: MonoBehaviour
Show 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 property

public GameObject enemyPrefab
return GameObject

maxEnemy public property

public int maxEnemy
return int

totalEnemy public property

public int totalEnemy
return int