pub fn sync_simple_transforms(
    query: Query<'_, '_, (&Transform, &mut GlobalTransform), (Changed<Transform>, Without<Parent>, Without<Children>)>
)
Expand description

Update GlobalTransform component of entities that aren’t in the hierarchy

Third party plugins should ensure that this is used in concert with propagate_transforms.