pub fn update_stopped<C: Component + Clone + PartialEq, F: QueryFilter>(
commands: Commands<'_, '_>,
q: Query<'_, '_, Entity, (With<Inherited<C>>, With<PropagateStop<C>>, F)>,
)
Expand description
remove Inherited::<C>
and C
for entities with a PropagateStop::<C>