C# Класс StarterProject.CustomConsoles.StringParsingConsole.ParseCommandRetext

Наследование: SadConsole.StringParser.ParseCommandBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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