C# 클래스 StarterProject.CustomConsoles.StringParsingConsole.ParseCommandRetext

상속: SadConsole.StringParser.ParseCommandBase
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 프로퍼티들

프로퍼티 타입 설명
Counter int
Glyph char

공개 메소드들

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

메소드 상세

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 SadConsole.StringParser.ParseCommandStacks
리턴 void

ParseCommandRetext() 공개 메소드

public ParseCommandRetext ( string parameters ) : Microsoft.Xna.Framework
parameters string
리턴 Microsoft.Xna.Framework

프로퍼티 상세

Counter 공개적으로 프로퍼티

public int Counter
리턴 int

Glyph 공개적으로 프로퍼티

public char Glyph
리턴 char