Ejemplo n.º 1
0
 public void RemoveAudioGroup()
 {
     if (m_AudioGroup != null)
     {
         m_AudioGroup.RemoveAudioObject(this);
     }
 }