

soundbank
FREE
★★★★★1 rating
Description
*Not a standalone product Soundbank utility. Used by other scripts as a reflective service to retrieve SoundResource assets. public interface ISoundBank{ string GetId(); int GetCount(); SoundResource GetSound(int ix); // by index number SoundResource GetSoundByName(string name); SoundResource GetSoundByNameX(string name);// by partial match SoundResource SoundRandom(); }