Documentation

UI::SliderFloat2

Function

vec2 UI::SliderFloat2(const string&in label, const vec2&in v, float min, float max, const string&in format = "%.3f", int flags = UI::SliderFlags::None)

Slider for vec2. Returns the new value.

string label

vec2 v

float min

float max

string format

int flags

Returns vec2