C# Класс SadConsole.StringParser.ParseCommandSpriteEffect

Sets the SpriteEffects of a glyph.
Наследование: ParseCommandBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Counter int
Effect SpriteEffects

Открытые методы

Метод Описание
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandSpriteEffect ( ) : System
ParseCommandSpriteEffect ( string parameters ) : System

Описание методов

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 ParseCommandStacks
Результат void

ParseCommandSpriteEffect() публичный Метод

public ParseCommandSpriteEffect ( ) : System
Результат System

ParseCommandSpriteEffect() публичный Метод

public ParseCommandSpriteEffect ( string parameters ) : System
parameters string
Результат System

Описание свойств

Counter публичное свойство

public int Counter
Результат int

Effect публичное свойство

public SpriteEffects Effect
Результат SpriteEffects