Skip to main content

IMaterialListMenuContent

Trait IMaterialListMenuContent 

Source
pub trait IMaterialListMenuContent: IBasicMenuContent {
    // Provided methods
    fn m_item_help_text(self) -> TextMeshProUGUI { ... }
    fn set_m_item_help_text(self, value: TextMeshProUGUI) { ... }
    fn m_category_icon_list(self) -> List_1<Image> { ... }
    fn set_m_category_icon_list(self, value: List_1<Image>) { ... }
}

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§