Exemple #1
0
 public void downloadAudio(string audioPath, System.Action <AudioClip> callback)
 {
     audioDownloader.run(audioPath, callback);
 }