Function check_component_settings

Source
pub fn check_component_settings(
    commands: Commands<'_, '_>,
    settings_query: Query<'_, '_, &Setting>,
    existing_config: Query<'_, '_, Entity, With<ActiveComponentSettings>>,
)