C# 클래스 SadConsole.Effects.ConcurrentEffect

상속: CellEffectBase
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Cell cell ) : void
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
ConcurrentEffect ( ) : System
Restart ( ) : void
Update ( double timeElapsed ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( Cell cell ) : void
cell Cell
리턴 void

Clear() 공개 메소드

public Clear ( Cell cell ) : void
cell Cell
리턴 void

Clone() 공개 메소드

public Clone ( ) : ICellEffect
리턴 ICellEffect

ConcurrentEffect() 공개 메소드

public ConcurrentEffect ( ) : System
리턴 System

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Update() 공개 메소드

public Update ( double timeElapsed ) : void
timeElapsed double
리턴 void