Function rerun::external::re_data_ui::item_ui::instance_hover_card_ui

source ·
pub fn instance_hover_card_ui(
    ui: &mut Ui,
    ctx: &ViewerContext<'_>,
    query: &LatestAtQuery,
    db: &EntityDb,
    instance_path: &InstancePath,
    include_subtree: bool
)
Expand description

Displays the “hover card” (i.e. big tooltip) for an instance or an entity.

The entity hover card is displayed if the provided instance path doesn’t refer to a specific instance.

If include_subtree=true, stats for the entire entity subtree will be shown.