Skip to main content

IUnitSelectMenuContent_2

Trait IUnitSelectMenuContent_2 

Source
pub trait IUnitSelectMenuContent_2: IBasicMenuContent {
    // Provided methods
    fn m_reliance_content(self) -> EatUnitsSelectMenuRelianceContent { ... }
    fn set_m_reliance_content(self, value: EatUnitsSelectMenuRelianceContent) { ... }
    fn m_win_sub_animator_list(self) -> List_1<Animator> { ... }
    fn set_m_win_sub_animator_list(self, value: List_1<Animator>) { ... }
    fn m_friend_text(self) -> TextMeshProUGUI { ... }
    fn set_m_friend_text(self, value: TextMeshProUGUI) { ... }
    fn m_reliance_text(self) -> TextMeshProUGUI { ... }
    fn set_m_reliance_text(self, value: TextMeshProUGUI) { ... }
}

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§