Skip to main content

ICheckCatalogsOperationMethods

Trait ICheckCatalogsOperationMethods 

Source
pub trait ICheckCatalogsOperationMethods: ICheckCatalogsOperation {
    // Provided methods
    fn ctor(self, aa: impl Into<AddressablesImpl>) { ... }
    fn start(
        self,
        locator_infos: impl Into<List_1<AddressablesImpl_ResourceLocatorInfo>>,
    ) -> AsyncOperationHandle_1<List_1<Il2CppString>> { ... }
    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, locator_infos: impl Into<List_1<AddressablesImpl_ResourceLocatorInfo>>, ) -> AsyncOperationHandle_1<List_1<Il2CppString>>

Start(crate::system::collections::generic::list_1::List_1<crate::unity_engine::addressable_assets::addressablesimpl::AddressablesImpl_ResourceLocatorInfo>) 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: ICheckCatalogsOperation> ICheckCatalogsOperationMethods for __T

Available on crate feature unity_engine-addressable_assets-checkcatalogsoperation only.