Пример #1
0
 void StopAllSounds()
 {
     BgmAudio.Stop();
     NarrationAudio.Stop();
     SeAudio.Stop();
 }
Пример #2
0
 public void StartEffectSuccess()
 {
     SeAudio.StartAsync(refToAppModel.CurrentResources.SoundFilesFolderPath + "tutorial_effect_success.ogg");
 }