C# 클래스 SadConsole.Effects.Blink

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Apply ( Cell cell ) : void
Blink ( ) : System.Runtime.Serialization
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
Restart ( ) : void

Restarts the cell effect but does not reset it.

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

메소드 상세

Apply() 공개 메소드

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

Blink() 공개 메소드

public Blink ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

Clear() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : ICellEffect
리턴 ICellEffect

Restart() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

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