pub fn ui_for_entity(
    world: &mut World,
    entity: Entity,
    ui: &mut Ui,
    in_header: bool
)
Expand description

Display the given entity with all its components and children