Skip to main content

IMainMenuSequence_OptionMenuSequenceMethods

Trait IMainMenuSequence_OptionMenuSequenceMethods 

Source
pub trait IMainMenuSequence_OptionMenuSequenceMethods: IMainMenuSequence_OptionMenuSequence {
    // Provided methods
    fn get_layout_prefab_path(self) -> Il2CppString { ... }
    fn is_title_bar_enable(self) -> bool { ... }
    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 is_title_bar_enable(self) -> bool

IsTitleBarEnable() 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_OptionMenuSequence> IMainMenuSequence_OptionMenuSequenceMethods for __T

Available on crate feature app-mainmenusequence only.