Skip to main content

IMapNavigationStatusMenuItemContent

Trait IMapNavigationStatusMenuItemContent 

Source
pub trait IMapNavigationStatusMenuItemContent: IBasicMenuItemContent {
    // Provided methods
    fn m_unit_info_text(self) -> TextMeshProUGUI { ... }
    fn set_m_unit_info_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§