Expand description
This crate implements various component editors.
The only entry point is create_component_ui_registry
, which registers all editors in the component UI registry.
This should be called by re_viewer
on startup.
Constants§
Functions§
- create_
component_ ui_ registry - Crates a component ui registry and registers all editors of this crate to it.