C# Class StarterProject.CustomConsoles.StringParsingConsole.ParseCommandRetext

Inheritance: SadConsole.StringParser.ParseCommandBase
ファイルを表示 Open project: Thraka/SadConsole

Public Properties

Property Type Description
Counter int
Glyph char

Public Methods

Method Description
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandRetext ( string parameters ) : Microsoft.Xna.Framework

Method Details

Build() public method

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
return void

ParseCommandRetext() public method

public ParseCommandRetext ( string parameters ) : Microsoft.Xna.Framework
parameters string
return Microsoft.Xna.Framework

Property Details

Counter public_oe property

public int Counter
return int

Glyph public_oe property

public char Glyph
return char