C# Class MegaMan.Engine.NsfEffect

Inheritance: ISoundEffect
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
NsfEffect ( SoundEffect fx, int track, byte priority, bool loop ) : System
Play ( ) : void
Stop ( ) : void
StopIfLooping ( ) : void

Private Methods

Method Description
PlayOnce ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NsfEffect() public method

public NsfEffect ( SoundEffect fx, int track, byte priority, bool loop ) : System
fx SoundEffect
track int
priority byte
loop bool
return FMOD.System

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

StopIfLooping() public method

public StopIfLooping ( ) : void
return void