Skip to main content

IContentCatalogProvider

Trait IContentCatalogProvider 

Source
pub trait IContentCatalogProvider: IResourceProviderBase {
    // Provided methods
    fn disable_catalog_update_on_start(self) -> bool { ... }
    fn set_disable_catalog_update_on_start(self, value: bool) { ... }
    fn is_local_catalog_in_bundle(self) -> bool { ... }
    fn set_is_local_catalog_in_bundle(self, value: bool) { ... }
    fn m_location_to_catalog_load_op_map(
        self,
    ) -> Dictionary_2<IResourceLocation, ContentCatalogProvider_InternalOp> { ... }
    fn set_m_location_to_catalog_load_op_map(
        self,
        value: Dictionary_2<IResourceLocation, ContentCatalogProvider_InternalOp>,
    ) { ... }
    fn m_rm(self) -> ResourceManager { ... }
    fn set_m_rm(self, value: ResourceManager) { ... }
}

Provided Methods§

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.

Implementors§