C# Class SadConsole.StringParser.ParseCommandSetGlyph

Prints a glyph.
Inheritance: ParseCommandBase
Show file Open project: Thraka/SadConsole Class Usage Examples

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
ParseCommandSetGlyph ( string parameters ) : System

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

ParseCommandSetGlyph() public method

public ParseCommandSetGlyph ( string parameters ) : System
parameters string
return System

Property Details

Counter public property

public int Counter
return int

Glyph public property

public char Glyph
return char