C# Class SadConsole.Effects.Delay

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Apply ( Cell cell ) : void
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
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

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