C# Class SadConsole.StringParser.ParseCommandSpriteEffect

Sets the SpriteEffects of a glyph.
Inheritance: ParseCommandBase
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Свойство Type Description
Counter int
Effect SpriteEffects

Méthodes publiques

Méthode Description
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandSpriteEffect ( ) : System
ParseCommandSpriteEffect ( 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

ParseCommandSpriteEffect() public méthode

public ParseCommandSpriteEffect ( ) : System
Résultat System

ParseCommandSpriteEffect() public méthode

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

Property Details

Counter public_oe property

public int Counter
Résultat int

Effect public_oe property

public SpriteEffects Effect
Résultat SpriteEffects