Documentation

UI::SliderFloat4

Function

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

Slider for vec4. Returns the new value.

string label

vec4 v

float min

float max

string format

int flags

Returns vec4