Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SadConsole
Effects
ConcurrentEffect
C# Class SadConsole.Effects.ConcurrentEffect
Inheritance:
CellEffectBase
Exibir arquivo
Open project: Thraka/SadConsole
Class Usage Examples
Public Methods
Method
Description
Apply
(
Cell
cell
) :
void
Clear
(
Cell
cell
) :
void
Clone
( ) :
ICellEffect
ConcurrentEffect
( ) :
System
Restart
( ) :
void
Update
(
double
timeElapsed
) :
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
ConcurrentEffect()
public
method
public
ConcurrentEffect
( ) :
System
return
System
Restart()
public
method
public
Restart
( ) :
void
return
void
Update()
public
method
public
Update
(
double
timeElapsed
) :
void
timeElapsed
double
return
void