Trait jumpy::core::metadata::MatchAssetServerExt
source · pub trait MatchAssetServerExt {
// Required method
fn register_match_assets(self) -> Self;
}
Expand description
Extension trait for the bones AssetServer
.
Required Methods§
sourcefn register_match_assets(self) -> Self
fn register_match_assets(self) -> Self
Register the default assets from bones_framework
.
Object Safety§
This trait is not object safe.