C# 클래스 FSO.HIT.FSCPlayer

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentPosition int
LoopCount short
TimeDiff float

공개 메소드들

메소드 설명
FSCPlayer ( FSC fsc, string basedir ) : System
SetManualTempo ( int tempo ) : void
SetVolume ( float volume ) : void
Tick ( float time ) : void

비공개 메소드들

메소드 설명
LoadSound ( string filename ) : SoundEffect
NextNote ( ) : void

메소드 상세

FSCPlayer() 공개 메소드

public FSCPlayer ( FSC fsc, string basedir ) : System
fsc FSO.Files.HIT.FSC
basedir string
리턴 System

SetManualTempo() 공개 메소드

public SetManualTempo ( int tempo ) : void
tempo int
리턴 void

SetVolume() 공개 메소드

public SetVolume ( float volume ) : void
volume float
리턴 void

Tick() 공개 메소드

public Tick ( float time ) : void
time float
리턴 void

프로퍼티 상세

CurrentPosition 공개적으로 프로퍼티

A Class to play FSC sequences. Bundled in with the HIT engine because it wouldn't really go anywhere else. :I
public int CurrentPosition
리턴 int

LoopCount 공개적으로 프로퍼티

public short LoopCount
리턴 short

TimeDiff 공개적으로 프로퍼티

public float TimeDiff
리턴 float