Skip to main content

IUpdateCatalogsOperationMethods

Trait IUpdateCatalogsOperationMethods 

Source
pub trait IUpdateCatalogsOperationMethods: IUpdateCatalogsOperation {
    // Provided methods
    fn ctor(self, aa: impl Into<AddressablesImpl>) { ... }
    fn start(
        self,
        catalog_ids: impl Into<IEnumerable_1<Il2CppString>>,
    ) -> AsyncOperationHandle_1<List_1<IResourceLocator>> { ... }
    fn invoke_wait_for_completion(self) -> bool { ... }
    fn destroy(self) { ... }
    fn get_dependencies(
        self,
        dependencies: impl Into<List_1<AsyncOperationHandle>>,
    ) { ... }
    fn execute(self) { ... }
}

Provided Methods§

Source

fn ctor(self, aa: impl Into<AddressablesImpl>)

.ctor(crate::unity_engine::addressable_assets::addressablesimpl::AddressablesImpl) overload

Source

fn start( self, catalog_ids: impl Into<IEnumerable_1<Il2CppString>>, ) -> AsyncOperationHandle_1<List_1<IResourceLocator>>

Start(crate::system::collections::generic::ienumerable_1::IEnumerable_1<::unity::Il2CppString>) overload

Source

fn invoke_wait_for_completion(self) -> bool

InvokeWaitForCompletion() overload

Source

fn destroy(self)

Destroy() overload

Source

fn get_dependencies(self, dependencies: impl Into<List_1<AsyncOperationHandle>>)

GetDependencies(crate::system::collections::generic::list_1::List_1<crate::unity_engine::resource_management::async_operations::asyncoperationhandle::AsyncOperationHandle>) overload

Source

fn execute(self)

Execute() 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: IUpdateCatalogsOperation> IUpdateCatalogsOperationMethods for __T

Available on crate feature unity_engine-addressable_assets-updatecatalogsoperation only.