Function re_component_ui::create_component_ui_registry

source ·
pub fn create_component_ui_registry() -> ComponentUiRegistry
Expand description

Crates a component ui registry and registers all editors of this crate to it.

⚠️ This is supposed to be the only export of this crate. This crate is meant to be a leaf crate in the viewer ecosystem and should only be used by the re_viewer crate itself.