C# 클래스 MegaMan.LevelEditor.DrawAction

상속: HistoryAction
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
DrawAction ( string name, IEnumerable changes, ScreenDrawingSurface surface ) : System.Collections.Generic
Reverse ( ) : HistoryAction
Run ( ) : void
ToString ( ) : string

메소드 상세

DrawAction() 공개 메소드

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

Reverse() 공개 메소드

public Reverse ( ) : HistoryAction
리턴 HistoryAction

Run() 공개 메소드

public Run ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string