C# Class Reign.Audio.Dumby.SoundWAV

Inheritance: ISoundWAV
Mostrar archivo Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
SoundWAV ( IDisposableResource parent, string filename, int instanceCount, bool looped, Loader loadedCallback ) : Reign.Core

Method Details

SoundWAV() public method

public SoundWAV ( IDisposableResource parent, string filename, int instanceCount, bool looped, Loader loadedCallback ) : Reign.Core
parent IDisposableResource
filename string
instanceCount int
looped bool
loadedCallback Reign.Core.Loader
return Reign.Core