Skip to main content

IVersusMapEditThemeSelectContent

Trait IVersusMapEditThemeSelectContent 

Source
pub trait IVersusMapEditThemeSelectContent: IBasicMenuContent {
    // Provided methods
    fn m_navigation_text(self) -> GameObject { ... }
    fn set_m_navigation_text(self, value: GameObject) { ... }
    fn m_navigation_point_list(self) -> List_1<GameObject> { ... }
    fn set_m_navigation_point_list(self, value: List_1<GameObject>) { ... }
}

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§