Crate re_component_ui
source ยท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.
Modulesยง
- color ๐
- datatype_uis ๐
- entity_path ๐
- fallback_ui ๐
- geo_line_string ๐
- image_format ๐
- lat_lon ๐
- line_strip ๐
- map_provider ๐
- marker_shape ๐
- pinhole ๐
- plane3d ๐
- radius ๐
- recording_uri ๐
- resolution ๐
- response_utils ๐
- timeline ๐
- transforms ๐
- video_timestamp ๐
- view_coordinates ๐
- visual_bounds2d ๐
- zoom_level ๐
Constantsยง
- DEFAULT_NUMBER_WIDTH ๐Default number of ui points to show a number.
Functionsยง
- Crates a component ui registry and registers all editors of this crate to it.