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)>,
inherited_removed: RemovedComponents<'_, '_, Inherited<C>>,
without_propagation_components: Query<'_, '_, (), (Without<PropagateOver<C>>, Without<Inherited<C>>)>,
)Expand description
add/remove C on entities with Inherited::<C>