C# 클래스 SadConsole.Core.Effects.CodeEffect

상속: SadConsole.Effects.CellEffectBase
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 프로퍼티들

프로퍼티 타입 설명
Duration double
Id string
Tag object
UseDuration bool

공개 메소드들

메소드 설명
Apply ( Cell cell ) : void
Clear ( Cell cell ) : void
Clone ( ) : ICellEffect
CodeEffect ( string id, Cell>.Action apply, Cell>.Action clear, Action update, Action restart ) : System
Restart ( ) : void
ToString ( ) : string
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

CodeEffect() 공개 메소드

public CodeEffect ( string id, Cell>.Action apply, Cell>.Action clear, Action update, Action restart ) : System
id string
apply Cell>.Action
clear Cell>.Action
update Action
restart Action
리턴 System

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

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

프로퍼티 상세

Duration 공개적으로 프로퍼티

public double Duration
리턴 double

Id 공개적으로 프로퍼티

public string Id
리턴 string

Tag 공개적으로 프로퍼티

public object Tag
리턴 object

UseDuration 공개적으로 프로퍼티

public bool UseDuration
리턴 bool