C# Class MegaMan.LevelEditor.AddEntityAction

Inheritance: HistoryAction
ファイルを表示 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

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

Method Details

AddEntityAction() public method

public AddEntityAction ( 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