Documentation

UI::SliderFloat3

Function

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

Slider for vec3. Returns the new value.

string label

vec3 v

float min

float max

string format

int flags

Returns vec3