C# Class SpawnBullet_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
SpawnBullet_Command ( ) : System.Collections
SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
Undo ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

SpawnBullet_Command() public méthode

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

SpawnBullet_Command() public méthode

public SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
p_bulletPool BulletPool,
p_spawnPosition Vector2
p_direction Vector2
Résultat System.Collections

Undo() public méthode

public Undo ( ) : void
Résultat void