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

Inheritance: CommandBase
Mostrar archivo Open project: Abysice/Time-Pigs-and-The-Ham-of-Destiny

Public Methods

Method Description
DestroyBullet_Command ( ) : System.Collections
DestroyBullet_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
Execute ( ) : void
Undo ( ) : void

Method Details

DestroyBullet_Command() public method

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

DestroyBullet_Command() public method

public DestroyBullet_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
p_actor GameObject
p_destroyedPosition Vector2
return System.Collections

Execute() public method

public Execute ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void