Syncs all of the changed PhysicsObjects to the transform
( game_object_data: Query<&PlayerGameObject>, mut transforms: Query<&mut Transform>, mut query: Query<(Entity, &PhysicsObject)>, fixed_time: Res<Time<Fixed>>, )
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected