select_vehicle_set

Function select_vehicle_set 

Source
fn select_vehicle_set(
    (InMut, InMut): (InMut<'_, Ui>, InMut<'_, Option<Entity>>),
    vehicle_sets: Query<'_, '_, (Entity, &Name), With<VehicleSet>>,
)