C# Class MegaMan.LevelEditor.History

显示文件 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Properties

Property Type Description
currentAction int
stack List

Public Methods

Method Description
History ( ) : System.Collections.Generic
Push ( HistoryAction action ) : void
Redo ( ) : HistoryAction
Undo ( ) : HistoryAction

Private Methods

Method Description
UpdateHistoryForm ( ) : void

Method Details

History() public method

public History ( ) : System.Collections.Generic
return System.Collections.Generic

Push() public method

public Push ( HistoryAction action ) : void
action HistoryAction
return void

Redo() public method

public Redo ( ) : HistoryAction
return HistoryAction

Undo() public method

public Undo ( ) : HistoryAction
return HistoryAction

Property Details

currentAction public_oe property

public int currentAction
return int

stack public_oe property

public List stack
return List