예제 #1
0
 ///<summary> Retrives AudioClip of sound by its index in sound pathes list.</summary>
 AudioClip GetSoundByIndex(int index, List <string> soundPathes, SoundLibrary soundLibrary)
 {
     return(soundLibrary.GetSoundByPath(soundPathes[index]));
 }