Function update_setting_with

Source
pub fn update_setting_with<F>(
    setting_id: &str,
    settings_query: Query<'_, '_, (Entity, &mut Setting)>,
    commands: Commands<'_, '_>,
    updater: F,
) -> bool
Expand description

Helper function to update a setting value using a closure