C# Class SadConsole.Effects.EffectsChain

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
End ( ) : void
Restart ( ) : void

Restarts the cell effect but does not reset it.

Start ( ) : void
ToString ( ) : string
Update ( double gameTimeSeconds ) : void

Private Methods

Méthode Description
AfterDeserialized ( StreamingContext context ) : 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

End() public méthode

public End ( ) : void
Résultat void

Restart() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

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