pub trait IAssetBundleBuildMap: IScriptableObject {
// Provided methods
fn m_asset_bundles(self) -> List_1<AssetBundleBuildMap_AssetBundleEntry> { ... }
fn set_m_asset_bundles(
self,
value: List_1<AssetBundleBuildMap_AssetBundleEntry>,
) { ... }
}Provided Methods§
fn m_asset_bundles(self) -> List_1<AssetBundleBuildMap_AssetBundleEntry>
fn set_m_asset_bundles( self, value: List_1<AssetBundleBuildMap_AssetBundleEntry>, )
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.