C# 클래스 NScumm.Core.Audio.OPL.DosBox.OplTimer

파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Reset ( double time ) : void
Start ( double time, int scale ) : void
Stop ( ) : void
Update ( double time ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( double time ) : void
time double
리턴 void

Start() 공개 메소드

public Start ( double time, int scale ) : void
time double
scale int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Update() 공개 메소드

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