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

Method Details

DestroyBullet_Command() public méthode

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

DestroyBullet_Command() public méthode

public DestroyBullet_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