Esempio n. 1
0
 public void Play(float volumeRate = 1)
 {
     SoundUtil.PlayOneShot(clip, volume * volumeRate);
 }