C# Class SadConsole.StringParser.ParseCommandSpriteEffect

Sets the SpriteEffects of a glyph.
Inheritance: ParseCommandBase
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
Counter int
Effect SpriteEffects

Public Methods

Method 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 method

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
return void

ParseCommandSpriteEffect() public method

public ParseCommandSpriteEffect ( ) : System
return System

ParseCommandSpriteEffect() public method

public ParseCommandSpriteEffect ( string parameters ) : System
parameters string
return System

Property Details

Counter public property

public int Counter
return int

Effect public property

public SpriteEffects Effect
return SpriteEffects