Skip to main content

IProfileCardTopMenuRoot

Trait IProfileCardTopMenuRoot 

Source
pub trait IProfileCardTopMenuRoot: IMonoBehaviour {
    // Provided methods
    fn m_profile_card_top_menu_content(self) -> ProfileCardTopMenuContent { ... }
    fn set_m_profile_card_top_menu_content(
        self,
        value: ProfileCardTopMenuContent,
    ) { ... }
    fn m_info_window_animator(self) -> Animator { ... }
    fn set_m_info_window_animator(self, value: Animator) { ... }
    fn m_info_window_caption_text(self) -> TextMeshProUGUI { ... }
    fn set_m_info_window_caption_text(self, value: TextMeshProUGUI) { ... }
    fn m_info_window_description_text(self) -> TextMeshProUGUI { ... }
    fn set_m_info_window_description_text(self, value: TextMeshProUGUI) { ... }
    fn m_info_window_warning_text(self) -> TextMeshProUGUI { ... }
    fn set_m_info_window_warning_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§