pub fn hierarchy_ui(
    world: &mut World,
    ui: &mut Ui,
    selected: &mut SelectedEntities
) -> bool
Expand description

Display UI of the entity hierarchy.

Returns true if a new entity was selected.