C# 클래스 Tachycardia.Sound.SoundDict

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

공개 프로퍼티들

프로퍼티 타입 설명
m_IsBulletTime bool

공개 메소드들

메소드 설명
BGMVolumeDown ( ) : void
BGMVolumeUp ( ) : void
PauseBGM ( ) : void
Play ( string filename, Mogre pos ) : void
PlayBGM ( ) : void
SoundDict ( ) : System
StopBGM ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GetSoundFormat ( int channels, int bits ) : ALFormat
Initialize ( ) : void
Insert ( string filename ) : bool
LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[]

메소드 상세

BGMVolumeDown() 공개 메소드

public BGMVolumeDown ( ) : void
리턴 void

BGMVolumeUp() 공개 메소드

public BGMVolumeUp ( ) : void
리턴 void

PauseBGM() 공개 메소드

public PauseBGM ( ) : void
리턴 void

Play() 공개 메소드

public Play ( string filename, Mogre pos ) : void
filename string
pos Mogre
리턴 void

PlayBGM() 공개 메소드

public PlayBGM ( ) : void
리턴 void

SoundDict() 공개 메소드

public SoundDict ( ) : System
리턴 System

StopBGM() 공개 메소드

public StopBGM ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

m_IsBulletTime 공개적으로 프로퍼티

public bool m_IsBulletTime
리턴 bool