C# Class DisableComponentCommand, 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
DisableComponentCommand ( ) : System.Collections
DisableComponentCommand ( SpriteRenderer p_comp, GameObject p_explosion ) : System.Collections
Execute ( ) : void
Undo ( ) : void

Method Details

DisableComponentCommand() public méthode

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

DisableComponentCommand() public méthode

public DisableComponentCommand ( SpriteRenderer p_comp, GameObject p_explosion ) : System.Collections
p_comp SpriteRenderer
p_explosion GameObject
Résultat System.Collections

Execute() public méthode

public Execute ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void