C# Class SadConsole.StringParser.ParseCommandBlink

Blinks characters.
Inheritance: ParseCommandBase
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Properties

Property Type Description
Counter int
Speed double

Public Methods

Method Description
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandBlink ( string parameters, ColoredGlyph glyphString, ParseCommandStacks commandStack, SurfaceEditor surfaceEditor ) : 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

ParseCommandBlink() public method

public ParseCommandBlink ( string parameters, ColoredGlyph glyphString, ParseCommandStacks commandStack, SurfaceEditor surfaceEditor ) : System
parameters string
glyphString ColoredGlyph
commandStack ParseCommandStacks
surfaceEditor SadConsole.Consoles.SurfaceEditor
return System

Property Details

Counter public property

public int Counter
return int

Speed public property

public double Speed
return double