pub fn propagate_transforms_for<F>(
tf_helper: TransformHelper<'_, '_>,
query: Query<'_, '_, (Entity, &mut GlobalTransform), F>,
)where
F: QueryFilter + 'static,Expand description
Generic system that propagates transforms,
using TransformHelper for any entity matching the filter F.
Useful for moving and rendering in the same frame.