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