arc_util::ui::render

Function input_float_with_format

Source
pub fn input_float_with_format(
    label: impl Into<String>,
    value: &mut f32,
    step: f32,
    step_fast: f32,
    format: impl Into<String>,
    flags: InputTextFlags,
) -> bool
Expand description

Renders a float input with a custom format.