Skip to main content

IProfileCardMessageListMenuContent

Trait IProfileCardMessageListMenuContent 

Source
pub trait IProfileCardMessageListMenuContent: IBasicMenuContent {
    // Provided methods
    fn m_caption_text(self) -> TextMeshProUGUI { ... }
    fn set_m_caption_text(self, value: TextMeshProUGUI) { ... }
    fn m_page_icon_image(self) -> Array<Image> { ... }
    fn set_m_page_icon_image(self, value: Array<Image>) { ... }
    fn is_started(self) -> bool { ... }
    fn set_is_started(self, value: bool) { ... }
}

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§