C# Class EnemyGeneratorCtrl, 006762

Inheritance: MonoBehaviour
Afficher le fichier Open project: gilbutITbook/006762

Méthodes publiques

Свойство Type Description
enemyPrefab GameObject
maxEnemy int
totalEnemy int

Méthodes publiques

Méthode Description
Generate ( ) : void
Start ( ) : void

Private Methods

Méthode Description
Exec ( ) : IEnumerator
Generator ( ) : bool

Method Details

Generate() public méthode

public Generate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

enemyPrefab public_oe property

public GameObject enemyPrefab
Résultat GameObject

maxEnemy public_oe property

public int maxEnemy
Résultat int

totalEnemy public_oe property

public int totalEnemy
Résultat int