logo
pub fn ui_z_system(
    root_node_query: Query<'_, '_, Entity, (With<Node>, Without<Parent>)>,
    node_query: Query<'_, '_, &mut Transform, With<Node>>,
    children_query: Query<'_, '_, &Children, ()>
)
Expand description

Updates transforms of nodes to fit with the z system