C# Class MegaMan.Engine.Music

Inheritance: IDisposable
Exibir arquivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FadeOut ( int frames ) : void
Music ( FMOD system, string intropath, string looppath, float baseVol ) : System
Play ( ) : void
Stop ( ) : void

Private Methods

Method Description
SyncCallback ( IntPtr c, CHANNEL_CALLBACKTYPE type, IntPtr a, IntPtr b ) : RESULT

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FadeOut() public method

public FadeOut ( int frames ) : void
frames int
return void

Music() public method

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

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void