C# Class SadConsole.Effects.CellEffectBase

Inheritance: ICellEffect
Afficher le fichier Open project: Thraka/SadConsole

Protected Properties

Свойство Type Description
_delayFinished bool
_startDelay double

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Apply() public abstract méthode

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

Clear() public abstract méthode

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

Clone() public abstract méthode

public abstract Clone ( ) : ICellEffect
Résultat ICellEffect

Restart() public méthode

public Restart ( ) : void
Résultat void

Update() public abstract méthode

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

Property Details

_delayFinished protected_oe property

protected bool _delayFinished
Résultat bool

_startDelay protected_oe property

protected double _startDelay
Résultat double