Example #1
0
 public void SetMusicPanning(Single panning)
 {
     if (this.activeSound.SoundProfileType == SoundProfileType.Music)
     {
         SoundLib.SetMusicPanning(panning);
     }
 }