Skip to main content

IProfileCardSelectEditMenuContent

Trait IProfileCardSelectEditMenuContent 

Source
pub trait IProfileCardSelectEditMenuContent: IBasicMenuContent {
    // Provided methods
    fn m_caption_text(self) -> TextMeshProUGUI { ... }
    fn set_m_caption_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§