C# Class MegaMan.LevelEditor.RemoveEntityAction

Inheritance: HistoryAction
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

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

Method Details

RemoveEntityAction() public method

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

Reverse() public method

public Reverse ( ) : HistoryAction
return HistoryAction

Run() public method

public Run ( ) : void
return void