Skip to main content

IAddressablesImpl_LoadResourceLocationKeysOpMethods

Trait IAddressablesImpl_LoadResourceLocationKeysOpMethods 

Source
pub trait IAddressablesImpl_LoadResourceLocationKeysOpMethods: IAddressablesImpl_LoadResourceLocationKeysOp {
    // Provided methods
    fn get_debug_name(self) -> Il2CppString { ... }
    fn init(
        self,
        aa: impl Into<AddressablesImpl>,
        t: impl Into<SystemType>,
        key: impl Into<IEnumerable>,
        merge_mode: impl Into<Addressables_MergeMode>,
    ) { ... }
    fn execute(self) { ... }
    fn invoke_wait_for_completion(self) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_debug_name(self) -> Il2CppString

get_DebugName() overload

Source

fn init( self, aa: impl Into<AddressablesImpl>, t: impl Into<SystemType>, key: impl Into<IEnumerable>, merge_mode: impl Into<Addressables_MergeMode>, )

Init(crate::unity_engine::addressable_assets::addressablesimpl::AddressablesImpl, ::unity::SystemType, crate::system::collections::ienumerable::IEnumerable, crate::unity_engine::addressable_assets::addressables::Addressables_MergeMode) overload

Source

fn execute(self)

Execute() overload

Source

fn invoke_wait_for_completion(self) -> bool

InvokeWaitForCompletion() overload

Source

fn ctor(self)

.ctor() 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: IAddressablesImpl_LoadResourceLocationKeysOp> IAddressablesImpl_LoadResourceLocationKeysOpMethods for __T

Available on crate feature unity_engine-addressable_assets-addressablesimpl only.