C# Class SadConsole.Effects.Recolor

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Apply ( Cell cell ) : void
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
Recolor ( ) : System.Runtime.Serialization
Restart ( ) : void

Restarts the cell effect but does not reset it.

ToString ( ) : string
Update ( double gameTimeSeconds ) : 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

Recolor() public méthode

public Recolor ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization

Restart() public méthode

Restarts the cell effect but does not reset it.
public Restart ( ) : 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