C# Class MegaMan.LevelEditor.DrawAction

Inheritance: HistoryAction
Mostra file Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
DrawAction ( string name, IEnumerable changes, ScreenDrawingSurface surface ) : System.Collections.Generic
Reverse ( ) : HistoryAction
Run ( ) : void
ToString ( ) : string

Method Details

DrawAction() public method

public DrawAction ( string name, IEnumerable changes, ScreenDrawingSurface surface ) : System.Collections.Generic
name string
changes IEnumerable
surface ScreenDrawingSurface
return System.Collections.Generic

Reverse() public method

public Reverse ( ) : HistoryAction
return HistoryAction

Run() public method

public Run ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string