C# Class MegaMan.LevelEditor.DrawAction

Inheritance: HistoryAction
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

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

Method Details

DrawAction() public méthode

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

Reverse() public méthode

public Reverse ( ) : HistoryAction
Résultat HistoryAction

Run() public méthode

public Run ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string