Skip to main content

render_array

Function render_array 

Source
fn render_array(
    ui: &mut dyn UiBuilder,
    label: &str,
    arr: &mut [Value],
    theme: &UiTheme,
) -> bool
Expand description

Generic array row. Numeric arrays of length 3 / 4 are treated like Vec3 / Vec4 with axis colours; everything else falls back to “[i] = …” rows.