C# Class SadConsole.Effects.CellEffectBase

Inheritance: ICellEffect
Mostrar archivo Open project: Thraka/SadConsole

Protected Properties

Property Type Description
_delayFinished bool
_startDelay double

Private Properties

Property Type Description

Public Methods

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

Method Details

Apply() public abstract method

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

Clear() public abstract method

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

Clone() public abstract method

public abstract Clone ( ) : ICellEffect
return ICellEffect

Restart() public method

public Restart ( ) : void
return void

Update() public abstract method

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

Property Details

_delayFinished protected_oe property

protected bool _delayFinished
return bool

_startDelay protected_oe property

protected double _startDelay
return double