Function re_data_ui::item_ui::entity_hover_card_ui
source · pub fn entity_hover_card_ui(
ui: &mut Ui,
ctx: &ViewerContext<'_>,
query: &LatestAtQuery,
db: &EntityDb,
entity_path: &EntityPath,
include_subtree: bool
)
Expand description
Displays the “hover card” (i.e. big tooltip) for an entity.
If include_subtree=true
, stats for the entire entity subtree will be shown.