C# Class SadConsole.Effects.ConcurrentEffect

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

Méthodes publiques

Méthode Description
Apply ( Cell cell ) : void
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
ConcurrentEffect ( ) : System
Restart ( ) : void
Update ( double timeElapsed ) : void

Method Details

Apply() public méthode

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

Clear() public méthode

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

Clone() public méthode

public Clone ( ) : ICellEffect
Résultat ICellEffect

ConcurrentEffect() public méthode

public ConcurrentEffect ( ) : System
Résultat System

Restart() public méthode

public Restart ( ) : void
Résultat void

Update() public méthode

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