Skip to main content

IGUIContent

Trait IGUIContent 

Source
pub trait IGUIContent: IObject {
    // Provided methods
    fn m_text(self) -> Il2CppString { ... }
    fn set_m_text(self, value: Il2CppString) { ... }
    fn m_image(self) -> Texture { ... }
    fn set_m_image(self, value: Texture) { ... }
    fn m_tooltip(self) -> Il2CppString { ... }
    fn set_m_tooltip(self, value: 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§