vec3 UI::DragFloat3(const string&in label, const vec3&in v, float speed = 1.0f, float min = 0, float max = 0, const string&in format = "%.3f", int flags = UI::SliderFlags::None)
Drag slider for vec3. Returns the new value. If min >= max, there are no bounds.
vec3