C# Class Reign.Audio.XNA.SoundWAV

Inheritance: SoundWAVI
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
New ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : SoundWAV
SoundWAV ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

New() public static méthode

public static New ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : SoundWAV
parent DisposableI
fileName string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
Résultat SoundWAV

SoundWAV() public méthode

public SoundWAV ( DisposableI parent, string fileName, int instanceCount, bool looped, Loader loadedCallback ) : System
parent DisposableI
fileName string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
Résultat System