/* Each setting class overrides this and changes whatever it wants changed when we modify the slider. For example turns on/off an image effect or adjusts the volume in the audio mixer. */
 protected virtual void OnSliderValueChange()
 {
     graphicsSettings.SetSettings(ControlledEffect, Value);
     //if (true)
     //    SetBloom(Value);
 }