Skip to main content

IDebugUIPrefabBundle

Trait IDebugUIPrefabBundle 

Source
pub trait IDebugUIPrefabBundle: IObject {
    // Provided methods
    fn type(self) -> Il2CppString { ... }
    fn set_type(self, value: Il2CppString) { ... }
    fn prefab(self) -> RectTransform { ... }
    fn set_prefab(self, value: RectTransform) { ... }
}

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§