C# Class MegaMan.LevelEditor.History

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Свойство Type Description
currentAction int
stack List

Méthodes publiques

Méthode Description
History ( ) : System.Collections.Generic
Push ( HistoryAction action ) : void
Redo ( ) : HistoryAction
Undo ( ) : HistoryAction

Private Methods

Méthode Description
UpdateHistoryForm ( ) : void

Method Details

History() public méthode

public History ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Push() public méthode

public Push ( HistoryAction action ) : void
action HistoryAction
Résultat void

Redo() public méthode

public Redo ( ) : HistoryAction
Résultat HistoryAction

Undo() public méthode

public Undo ( ) : HistoryAction
Résultat HistoryAction

Property Details

currentAction public_oe property

public int currentAction
Résultat int

stack public_oe property

public List stack
Résultat List