[][src]Function bevy_asset::update_asset_storage_system

pub fn update_asset_storage_system<T: Resource>(
    asset_channel: Res<'_, AssetChannel<T>>,
    asset_server: Res<'_, AssetServer>,
    assets: ResMut<'_, Assets<T>>
)

Reads AssetResults from an AssetChannel and updates the Assets collection and LoadState accordingly