[][src]Function bevy_inspector_egui::reflect::ui_for_reflect

pub fn ui_for_reflect(value: &mut dyn Reflect, ui: &mut Ui)

Draws the inspector UI for the given value.

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