C# Class SadConsole.Effects.Fade

Inheritance: CellEffectBase
显示文件 Open project: Thraka/SadConsole Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Apply ( Cell cell ) : void
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
Fade ( ) : System.Runtime.Serialization
Restart ( ) : void

Restarts the cell effect but does not reset it.

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

Method Details

Apply() public method

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

Clear() public method

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

Clone() public method

public Clone ( ) : ICellEffect
return ICellEffect

Fade() public method

public Fade ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

Restart() public method

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

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( double gameTimeSeconds ) : void
gameTimeSeconds double
return void