Skip to main content

IGroupOperation

pub trait IGroupOperation: IAsyncOperationBase_1<IList_1_Interface<AsyncOperationHandle>> {
    // Provided methods
    fn m_internal_on_complete(self) -> Action_1<AsyncOperationHandle> { ... }
    fn set_m_internal_on_complete(self, value: Action_1<AsyncOperationHandle>) { ... }
    fn m_loaded_count(self) -> i32 { ... }
    fn set_m_loaded_count(self, value: i32) { ... }
    fn m_settings(self) -> GroupOperation_GroupOperationSettings { ... }
    fn set_m_settings(self, value: GroupOperation_GroupOperationSettings) { ... }
    fn debug_name(self) -> Il2CppString { ... }
    fn set_debug_name(self, value: Il2CppString) { ... }
    fn m_cached_dependency_locations(self) -> HashSet_1<Il2CppString> { ... }
    fn set_m_cached_dependency_locations(self, value: HashSet_1<Il2CppString>) { ... }
}

Provided Methods§

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§