C# Class MegaMan.LevelEditor.RemoveEntityAction

Inheritance: HistoryAction
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
RemoveEntityAction ( EntityPlacement entity, ScreenDrawingSurface surface ) : System.Collections.Generic
Reverse ( ) : HistoryAction
Run ( ) : void

Method Details

RemoveEntityAction() public méthode

public RemoveEntityAction ( EntityPlacement entity, ScreenDrawingSurface surface ) : System.Collections.Generic
entity MegaMan.Common.EntityPlacement
surface ScreenDrawingSurface
Résultat System.Collections.Generic

Reverse() public méthode

public Reverse ( ) : HistoryAction
Résultat HistoryAction

Run() public méthode

public Run ( ) : void
Résultat void