pub fn remove_dropped_font_atlas_sets(
font_atlas_sets: ResMut<'_, FontAtlasSets>,
font_events: MessageReader<'_, '_, AssetEvent<Font>>,
)
Expand description
A system that cleans up FontAtlasSet
s for removed Font
s
pub fn remove_dropped_font_atlas_sets(
font_atlas_sets: ResMut<'_, FontAtlasSets>,
font_events: MessageReader<'_, '_, AssetEvent<Font>>,
)
A system that cleans up FontAtlasSet
s for removed Font
s