Skip to main content

IHierarchyCache

Trait IHierarchyCache 

Source
pub trait IHierarchyCache: IObject {
    // Provided methods
    fn dic(self) -> Dictionary_2<Il2CppString, Transform> { ... }
    fn set_dic(self, value: Dictionary_2<Il2CppString, Transform>) { ... }
}

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§