C# 클래스 Animatroller.Framework.Effect.MasterSweeper

파일 보기 프로젝트 열기: HakanL/animatroller

보호된 프로퍼티들

프로퍼티 타입 설명
log Logger

공개 메소드들

메소드 설명
MasterSweeper ( Controller timer ) : System
RegisterJob ( EffectAction action, System.TimeSpan oneSweepDuration, int iterations ) : MasterSweeper.Job

비공개 메소드들

메소드 설명
timer_Tick ( object sender, Controller e ) : void

메소드 상세

MasterSweeper() 공개 메소드

public MasterSweeper ( Controller timer ) : System
timer Controller
리턴 System

RegisterJob() 공개 메소드

public RegisterJob ( EffectAction action, System.TimeSpan oneSweepDuration, int iterations ) : MasterSweeper.Job
action EffectAction
oneSweepDuration System.TimeSpan
iterations int
리턴 MasterSweeper.Job

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static Logger log
리턴 Logger