fn update( index: ResMut<'_, EntityIndex>, moved: Query<'_, '_, (Entity, &'static Transform), (With<Indexed>, Changed<Transform>)> )