C# 클래스 MegaMan.Engine.Music

상속: IDisposable
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FadeOut ( int frames ) : void
Music ( FMOD system, string intropath, string looppath, float baseVol ) : System
Play ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
SyncCallback ( IntPtr c, CHANNEL_CALLBACKTYPE type, IntPtr a, IntPtr b ) : RESULT

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FadeOut() 공개 메소드

public FadeOut ( int frames ) : void
frames int
리턴 void

Music() 공개 메소드

public Music ( FMOD system, string intropath, string looppath, float baseVol ) : System
system FMOD
intropath string
looppath string
baseVol float
리턴 FMOD.System

Play() 공개 메소드

public Play ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void