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