Function insert_generic_materials

Source
pub fn insert_generic_materials(
    commands: Commands<'_, '_>,
    query: Query<'_, '_, (Entity, &GenericMaterial3d), Without<GenericMaterialApplied>>,
    generic_materials: Res<'_, Assets<GenericMaterial>>,
)