slider
-- step is how much the slider will in/de crement when you use arrowkeys slider = gui.slider_float("slider float", 0.5, 0.0, 1.0, 0.1, "%2.f")
argument types: (string name, float default, float min, float max, float step, string format)
Last updated 1 month ago