C# Class MegaMan.Engine.NsfEffect

Inheritance: ISoundEffect
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
PlayOnce ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NsfEffect() public méthode

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

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StopIfLooping() public méthode

public StopIfLooping ( ) : void
Résultat void