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

Inheritance: CommandBase
ファイルを表示 Open project: Abysice/Time-Pigs-and-The-Ham-of-Destiny

Public Methods

Method 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 method

public Execute ( ) : void
return void

SpawnBullet_Command() public method

public SpawnBullet_Command ( ) : System.Collections
return System.Collections

SpawnBullet_Command() public method

public SpawnBullet_Command ( BulletPool, p_bulletPool, Vector2 p_spawnPosition, Vector2 p_direction ) : System.Collections
p_bulletPool BulletPool,
p_spawnPosition Vector2
p_direction Vector2
return System.Collections

Undo() public method

public Undo ( ) : void
return void