UiRootNodes

Type Alias UiRootNodes 

Source
pub type UiRootNodes<'w, 's> = Query<'w, 's, Entity, (With<Node>, Without<ChildOf>)>;

Aliased Typeยง

pub struct UiRootNodes<'w, 's> { /* private fields */ }