C# Class SadConsole.Effects.Blink

Inheritance: CellEffectBase
Datei anzeigen Open project: Thraka/SadConsole Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Apply ( Cell cell ) : void
Blink ( ) : System.Runtime.Serialization
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
Restart ( ) : void

Restarts the cell effect but does not reset it.

ToString ( ) : string
Update ( double timeElapsed ) : void

Method Details

Apply() public method

public Apply ( Cell cell ) : void
cell Cell
return void

Blink() public method

public Blink ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

Clear() public method

public Clear ( Cell cell ) : void
cell Cell
return void

Clone() public method

public Clone ( ) : ICellEffect
return ICellEffect

Restart() public method

Restarts the cell effect but does not reset it.
public Restart ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( double timeElapsed ) : void
timeElapsed double
return void