C# Class SadConsole.Effects.Blink

Inheritance: CellEffectBase
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Apply ( Cell cell ) : void
cell Cell
Résultat void

Blink() public méthode

public Blink ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

Clear() public méthode

public Clear ( Cell cell ) : void
cell Cell
Résultat void

Clone() public méthode

public Clone ( ) : ICellEffect
Résultat ICellEffect

Restart() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( double timeElapsed ) : void
timeElapsed double
Résultat void