Skip to main content

IMainMenuSequence_DifficultySelectMenuSequenceMethods

Trait IMainMenuSequence_DifficultySelectMenuSequenceMethods 

Source
pub trait IMainMenuSequence_DifficultySelectMenuSequenceMethods: IMainMenuSequence_DifficultySelectMenuSequence {
    // Provided methods
    fn get_layout_prefab_path(self) -> Il2CppString { ... }
    fn get_title_bar_name(self) -> Il2CppString { ... }
    fn get_title_bar_help(self) -> Il2CppString { ... }
    fn get_title_bar_key_help_id(self) -> Il2CppString { ... }
    fn create_menu_bind(self, super_: impl Into<ProcInst>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_layout_prefab_path(self) -> Il2CppString

GetLayoutPrefabPath() overload

Source

fn get_title_bar_name(self) -> Il2CppString

GetTitleBarName() overload

Source

fn get_title_bar_help(self) -> Il2CppString

GetTitleBarHelp() overload

Source

fn get_title_bar_key_help_id(self) -> Il2CppString

GetTitleBarKeyHelpId() overload

Source

fn create_menu_bind(self, super_: impl Into<ProcInst>)

CreateMenuBind(crate::app::procinst::ProcInst) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IMainMenuSequence_DifficultySelectMenuSequence> IMainMenuSequence_DifficultySelectMenuSequenceMethods for __T

Available on crate feature app-mainmenusequence only.