Example #1
0
 public float GetFootSoundVolume(eAudioM_FootSoundType aType)
 {
     return(m_FootVolumes.GetVolume(aType));
 }
Example #2
0
 private sVolumeFootSound ShowFootVolumes(sVolumeFootSound aVolumes, eAudioM_FootSoundType aType)
 {
     aVolumes.SetVolume(ShowAdvancedSlider(aType.ToString() + " volume", "Mute", "Max", 0.0f, 1.0f, aVolumes.GetVolume(aType), 1), aType);
     return(aVolumes);
 }