Skip to main content

IContentCatalogProvider_InternalOp_BundledCatalogMethods

Trait IContentCatalogProvider_InternalOp_BundledCatalogMethods 

Source
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§

Source

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

Source

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

Source

fn get_op_in_progress(self) -> bool

get_OpInProgress() overload

Source

fn get_op_is_success(self) -> bool

get_OpIsSuccess() overload

Source

fn ctor(self, bundle_path: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn finalize(self)

Finalize() overload

Source

fn unload(self)

Unload() overload

Source

fn load_catalog_from_bundle_async(self)

LoadCatalogFromBundleAsync() overload

Source

fn load_text_asset_request_complete(self, op: impl Into<AsyncOperation>)

LoadTextAssetRequestComplete(crate::unity_engine::asyncoperation::AsyncOperation) overload

Source

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§

Source§

impl<__T: IContentCatalogProvider_InternalOp_BundledCatalog> IContentCatalogProvider_InternalOp_BundledCatalogMethods for __T

Available on crate feature unity_engine-addressable_assets-resource_providers-contentcatalogprovider only.