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§
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,
catalog_ids: impl Into<IEnumerable_1<Il2CppString>>,
) -> AsyncOperationHandle_1<List_1<IResourceLocator>>
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
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: IUpdateCatalogsOperation> IUpdateCatalogsOperationMethods for __T
Available on crate feature
unity_engine-addressable_assets-updatecatalogsoperation only.