pub fn propagate_output<C: Component + Clone + PartialEq, F: QueryFilter>(
commands: Commands<'_, '_>,
changed: Query<'_, '_, (Entity, &Inherited<C>, Option<&C>), (Changed<Inherited<C>>, Without<PropagateOver<C>>, F)>,
)
Expand description
add C
to entities with Inherited::<C>