float UI::SliderFloat(const string&in label, float num, float min, float max, const string&in format = "%.3f", int flags = UI::SliderFlags::None)
Slider for floats. Returns the new value.
string label
string
label
float num
float
num
float min
min
float max
max
string format
format
int flags
int
flags