C# 클래스 SadConsole.Effects.CellEffectBase

상속: ICellEffect
파일 보기 프로젝트 열기: Thraka/SadConsole

보호된 프로퍼티들

프로퍼티 타입 설명
_delayFinished bool
_startDelay double

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

Apply() 공개 추상적인 메소드

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

Clear() 공개 추상적인 메소드

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

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : ICellEffect
리턴 ICellEffect

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Update() 공개 추상적인 메소드

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

프로퍼티 상세

_delayFinished 보호되어 있는 프로퍼티

protected bool _delayFinished
리턴 bool

_startDelay 보호되어 있는 프로퍼티

protected double _startDelay
리턴 double