void ValueChangedBegin()
User began to change the value.
void SetValue(float left, float right)
void RangeDefaultRequested()
void ValueChanged(float min, float max)
User finalized changing the value.
void ValueChangedIntermediate(float min, float max)
User changed the value but they have not finalized it.
void AllowCustomRange()
Allows the user to input values outside of the range and allows them to change the range.
void SetRange(float min, float max)
void RangeChanged(float min, float max)