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§
Sourcefn ctor(self, aa: impl Into<AddressablesImpl>)
fn ctor(self, aa: impl Into<AddressablesImpl>)
.ctor(crate::unity_engine::addressable_assets::addressablesimpl::AddressablesImpl) overload
Sourcefn start(
self,
locator_infos: impl Into<List_1<AddressablesImpl_ResourceLocatorInfo>>,
) -> AsyncOperationHandle_1<List_1<Il2CppString>>
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
Sourcefn invoke_wait_for_completion(self) -> bool
fn invoke_wait_for_completion(self) -> bool
InvokeWaitForCompletion() overload
Sourcefn get_dependencies(self, dependencies: impl Into<List_1<AsyncOperationHandle>>)
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
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: ICheckCatalogsOperation> ICheckCatalogsOperationMethods for __T
Available on crate feature
unity_engine-addressable_assets-checkcatalogsoperation only.