pub trait IAddressablesImpl_LoadResourceLocationKeyOpMethods: IAddressablesImpl_LoadResourceLocationKeyOp {
// Provided methods
fn get_debug_name(self) -> Il2CppString { ... }
fn init(
self,
aa: impl Into<AddressablesImpl>,
t: impl Into<SystemType>,
keys: impl Into<Object>,
) { ... }
fn invoke_wait_for_completion(self) -> bool { ... }
fn execute(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_debug_name(self) -> Il2CppString
fn get_debug_name(self) -> Il2CppString
get_DebugName() overload
Sourcefn init(
self,
aa: impl Into<AddressablesImpl>,
t: impl Into<SystemType>,
keys: impl Into<Object>,
)
fn init( self, aa: impl Into<AddressablesImpl>, t: impl Into<SystemType>, keys: impl Into<Object>, )
Init(crate::unity_engine::addressable_assets::addressablesimpl::AddressablesImpl, ::unity::SystemType, crate::system::object::Object) overload
Sourcefn invoke_wait_for_completion(self) -> bool
fn invoke_wait_for_completion(self) -> bool
InvokeWaitForCompletion() 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: IAddressablesImpl_LoadResourceLocationKeyOp> IAddressablesImpl_LoadResourceLocationKeyOpMethods for __T
Available on crate feature
unity_engine-addressable_assets-addressablesimpl only.