C# Class SadConsole.StringParser.ParseCommandSetGlyph

Prints a glyph.
Inheritance: ParseCommandBase
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
Counter int
Glyph char

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ParseCommandSetGlyph() public méthode

public ParseCommandSetGlyph ( string parameters ) : System
parameters string
Résultat System

Property Details

Counter public_oe property

public int Counter
Résultat int

Glyph public_oe property

public char Glyph
Résultat char