Ejemplo n.º 1
0
 /// <summary>
 /// Sets the group whose sounds we should be playing
 /// </summary>
 /// <param name="groupId">group of sounds to play</param>
 public static void setActiveGroup(int groupId)
 {
     if (instance)
     {
         instance.setActiveGroupImpl(groupId);
     }
 }