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

Creates an instance of the platform’s default AssetIo.

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