Пример #1
0
 /// <summary>
 /// 清除所有音频
 /// </summary>
 public void StopAllAudio()
 {
     source.ClearAllSource();
     bgmSource.clip = null;
 }