pub fn ui_for_reflect(
    value: &mut dyn Reflect,
    ui: &mut Ui,
    context: &mut Context<'_>
) -> bool
Expand description

Draws the inspector UI for the given value.

This function gets used for the implementation of Inspectable for ReflectedUI.