C# Class SadConsole.Effects.ConcurrentEffect

Inheritance: CellEffectBase
Mostrar archivo Open project: Thraka/SadConsole Class Usage Examples

Public Methods

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

Method Details

Apply() public method

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

Clear() public method

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

Clone() public method

public Clone ( ) : ICellEffect
return ICellEffect

ConcurrentEffect() public method

public ConcurrentEffect ( ) : System
return System

Restart() public method

public Restart ( ) : void
return void

Update() public method

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