C# 클래스 SadConsole.StringParser.ParseCommandUndo

Pops a behavior off of a ParseCommandStacks.
상속: ParseCommandBase
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System

메소드 상세

Build() 공개 메소드

public Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
glyphState ColoredGlyph
glyphString ColoredGlyph
surfaceIndex int
surface ITextSurface
editor SadConsole.Consoles.SurfaceEditor
stringIndex int
processedString string
commandStack ParseCommandStacks
리턴 void

ParseCommandUndo() 공개 메소드

public ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System
parameters string
stacks ParseCommandStacks
리턴 System