Beispiel #1
0
 public AudioSource Play(string groupName)
 {
     return(m_SoundSet.Play(groupName, gameObject));
 }
Beispiel #2
0
 public void PlayButtonClick(GameObject go)
 {
     lastHoverObj = go;
     uiSounds.Play("ButtonClick", gameObject);
 }