I think I should re-phrase this, I want the slider image to go toward the left when the value is negative, and go to the right when positive.
By this point, I cannot get the UISlider to go to the negative side.
gaugePhy.sliderValue = -2f;
print (gaugePhy.sliderValue);
I tried to debug with direct number, but when I checked the value, it got clamped to 0-1 value.
What is the variable that I need to adjust in order for the image to expand toward the left side?