C# Class SpawnEnemy_Command, Time-Pigs-and-The-Ham-of-Destiny

Inheritance: CommandBase
Afficher le fichier Open project: Abysice/Time-Pigs-and-The-Ham-of-Destiny

Méthodes publiques

Méthode Description
Execute ( ) : void
SpawnEnemy_Command ( ) : System.Collections
SpawnEnemy_Command ( EnemyPool, p_enemyPool, Vector2 p_spawnPosition ) : System.Collections
Undo ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

SpawnEnemy_Command() public méthode

public SpawnEnemy_Command ( ) : System.Collections
Résultat System.Collections

SpawnEnemy_Command() public méthode

public SpawnEnemy_Command ( EnemyPool, p_enemyPool, Vector2 p_spawnPosition ) : System.Collections
p_enemyPool EnemyPool,
p_spawnPosition Vector2
Résultat System.Collections

Undo() public méthode

public Undo ( ) : void
Résultat void