Function bevy_internal::asset::create_platform_default_asset_io[][src]

pub fn create_platform_default_asset_io(
    app: &mut App
) -> Box<dyn AssetIo + 'static, Global>
Expand description

Create an instance of the platform default AssetIo

This is useful when providing a custom AssetIo instance that needs to delegate to the default AssetIo for the platform.