[][src]Macro amethyst_assets::register_format_type

macro_rules! register_format_type {
    ($($asset_data:ty),*) => { ... };
}

Register specific asset data types that can be deserialized with dynamic formats. This is very useful for all assets that have any format types explicitly implemented. Registered assets are used during loading of nested assets to determine format type which will be used to deserialize that asset.