Skip to main content

IChallengeDifficultyMenu

Trait IChallengeDifficultyMenu 

Source
pub trait IChallengeDifficultyMenu: IBasicMenu {
    // Provided methods
    fn m_request_close_event_handler(
        self,
    ) -> ChallengeDifficultyMenu_RequestCloseEventHandler { ... }
    fn set_m_request_close_event_handler(
        self,
        value: ChallengeDifficultyMenu_RequestCloseEventHandler,
    ) { ... }
    fn m_root(self) -> ChallengeMapSelectRoot { ... }
    fn set_m_root(self, value: ChallengeMapSelectRoot) { ... }
    fn m_text_difficulty(self) -> TextMeshProUGUI { ... }
    fn set_m_text_difficulty(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§