Function re_view::view_property_ui::view_property_component_ui
source ยท pub fn view_property_component_ui(
ctx: &QueryContext<'_>,
ui: &mut Ui,
property: &ViewProperty,
display_name: &str,
field: &ArchetypeFieldReflection,
fallback_provider: &dyn ComponentFallbackProvider,
)
Expand description
Draw view property ui for a single component of a view property archetype.
Use view_property_ui
whenever possible to show the ui for all components of a view property archetype.
This function is only useful if you want to show custom ui for some of the components.