Ejemplo n.º 1
0
 void StopAllSounds()
 {
     BgmAudio.Stop();
     NarrationAudio.Stop();
     SeAudio.Stop();
 }
Ejemplo n.º 2
0
 public void StartEffectSuccess()
 {
     SeAudio.StartAsync(refToAppModel.CurrentResources.SoundFilesFolderPath + "tutorial_effect_success.ogg");
 }