C# Class DestroyEnemy_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
DestroyEnemy_Command ( ) : System.Collections
DestroyEnemy_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
Execute ( ) : void
Undo ( ) : void

Method Details

DestroyEnemy_Command() public méthode

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

DestroyEnemy_Command() public méthode

public DestroyEnemy_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
p_actor GameObject
p_destroyedPosition Vector2
Résultat System.Collections

Execute() public méthode

public Execute ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void