pub fn update_clipping_system(
commands: Commands<'_, '_>,
root_nodes: Query<'_, '_, Entity, (With<Node>, Without<ChildOf>)>,
node_query: Query<'_, '_, (&Node, &ComputedNode, &UiGlobalTransform, Option<&mut CalculatedClip>, Has<OverrideClip>)>,
ui_children: UiChildren<'_, '_>,
)
Expand description
Updates clipping for all nodes