C# 클래스 SadConsole.StringParser.ParseCommandBase

Base class for a string processor behavior.
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CommandType CommandTypes

공개 메소드들

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

Builds a glyph.

메소드 상세

Build() 공개 추상적인 메소드

Builds a glyph.
public abstract Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
glyphState ColoredGlyph The current glyph being built.
glyphString ColoredGlyph The current string of glyphs that has been processed until now.
surfaceIndex int Where on the surface this flyph will appear.
surface ITextSurface The surface associated with the glyph.
editor SadConsole.Consoles.SurfaceEditor The editor associated with the surface.
stringIndex int Where in the original string this glyph is from.
processedString string The entire string being processed.
commandStack ParseCommandStacks The state of commands.
리턴 void

프로퍼티 상세

CommandType 공개적으로 프로퍼티

Type of command.
public CommandTypes CommandType
리턴 CommandTypes