Skip to main content

ISolanelInfoMenuContent_SolanelUnit

Trait ISolanelInfoMenuContent_SolanelUnit 

Source
pub trait ISolanelInfoMenuContent_SolanelUnit: IObject {
    // Provided methods
    fn m_root(self) -> GameObject { ... }
    fn set_m_root(self, value: GameObject) { ... }
    fn m_icon(self) -> GameObject { ... }
    fn set_m_icon(self, value: GameObject) { ... }
    fn m_unit_name(self) -> TextMeshProUGUI { ... }
    fn set_m_unit_name(self, value: TextMeshProUGUI) { ... }
    fn m_talk_icon(self) -> GameObject { ... }
    fn set_m_talk_icon(self, value: GameObject) { ... }
}

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§