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

Inheritance: CommandBase
Exibir arquivo Open project: Abysice/Time-Pigs-and-The-Ham-of-Destiny

Public Methods

Method Description
DisableComponentCommand ( ) : System.Collections
DisableComponentCommand ( SpriteRenderer p_comp, GameObject p_explosion ) : System.Collections
Execute ( ) : void
Undo ( ) : void

Method Details

DisableComponentCommand() public method

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

DisableComponentCommand() public method

public DisableComponentCommand ( SpriteRenderer p_comp, GameObject p_explosion ) : System.Collections
p_comp SpriteRenderer
p_explosion GameObject
return System.Collections

Execute() public method

public Execute ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void