C# Class StarterProject.CustomConsoles.StringParsingConsole.ParseCommandRetext

Inheritance: SadConsole.StringParser.ParseCommandBase
Afficher le fichier Open project: Thraka/SadConsole

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
ParseCommandRetext ( string parameters ) : Microsoft.Xna.Framework

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 SadConsole.StringParser.ParseCommandStacks
Résultat void

ParseCommandRetext() public méthode

public ParseCommandRetext ( string parameters ) : Microsoft.Xna.Framework
parameters string
Résultat Microsoft.Xna.Framework

Property Details

Counter public_oe property

public int Counter
Résultat int

Glyph public_oe property

public char Glyph
Résultat char