pub trait IContentCatalogProvider_InternalOp_BundledCatalogMethods: IContentCatalogProvider_InternalOp_BundledCatalog {
// Provided methods
fn add_on_loaded(self, value: impl Into<Action_1<ContentCatalogData>>) { ... }
fn remove_on_loaded(self, value: impl Into<Action_1<ContentCatalogData>>) { ... }
fn get_op_in_progress(self) -> bool { ... }
fn get_op_is_success(self) -> bool { ... }
fn ctor(self, bundle_path: impl Into<Il2CppString>) { ... }
fn finalize(self) { ... }
fn unload(self) { ... }
fn load_catalog_from_bundle_async(self) { ... }
fn load_text_asset_request_complete(self, op: impl Into<AsyncOperation>) { ... }
fn wait_for_completion(self) -> bool { ... }
}Provided Methods§
Sourcefn add_on_loaded(self, value: impl Into<Action_1<ContentCatalogData>>)
fn add_on_loaded(self, value: impl Into<Action_1<ContentCatalogData>>)
add_OnLoaded(crate::system::action_1::Action_1<crate::unity_engine::addressable_assets::resource_locators::contentcatalogdata::ContentCatalogData>) overload
Sourcefn remove_on_loaded(self, value: impl Into<Action_1<ContentCatalogData>>)
fn remove_on_loaded(self, value: impl Into<Action_1<ContentCatalogData>>)
remove_OnLoaded(crate::system::action_1::Action_1<crate::unity_engine::addressable_assets::resource_locators::contentcatalogdata::ContentCatalogData>) overload
Sourcefn get_op_in_progress(self) -> bool
fn get_op_in_progress(self) -> bool
get_OpInProgress() overload
Sourcefn get_op_is_success(self) -> bool
fn get_op_is_success(self) -> bool
get_OpIsSuccess() overload
Sourcefn ctor(self, bundle_path: impl Into<Il2CppString>)
fn ctor(self, bundle_path: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcefn load_catalog_from_bundle_async(self)
fn load_catalog_from_bundle_async(self)
LoadCatalogFromBundleAsync() overload
Sourcefn load_text_asset_request_complete(self, op: impl Into<AsyncOperation>)
fn load_text_asset_request_complete(self, op: impl Into<AsyncOperation>)
LoadTextAssetRequestComplete(crate::unity_engine::asyncoperation::AsyncOperation) overload
Sourcefn wait_for_completion(self) -> bool
fn wait_for_completion(self) -> bool
WaitForCompletion() overload
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§
impl<__T: IContentCatalogProvider_InternalOp_BundledCatalog> IContentCatalogProvider_InternalOp_BundledCatalogMethods for __T
Available on crate feature
unity_engine-addressable_assets-resource_providers-contentcatalogprovider only.