fn entity_tree_stats_ui(
ui: &mut Ui,
timeline: &TimelineName,
db: &EntityDb,
tree: &EntityTree,
include_subtree: bool,
)
Expand description
If include_subtree=true
, stats for the entire entity subtree will be shown.
fn entity_tree_stats_ui(
ui: &mut Ui,
timeline: &TimelineName,
db: &EntityDb,
tree: &EntityTree,
include_subtree: bool,
)
If include_subtree=true
, stats for the entire entity subtree will be shown.