Esempio n. 1
0
 public void PlaySoundByType(QueryChanSDSoundType soundNumber)
 {
     this.GetComponent<AudioSource>().Stop();
     this.GetComponent<AudioSource>().PlayOneShot(soundData[(int)soundNumber]);
 }
Esempio n. 2
0
 public void PlaySoundByType(QueryChanSDSoundType soundNumber)
 {
     this.GetComponent <AudioSource>().Stop();
     this.GetComponent <AudioSource>().PlayOneShot(soundData[(int)soundNumber]);
 }