Skip to main content

IMainMenuSequence_PlayerBirthdayInputMenuSequenceMethods

Trait IMainMenuSequence_PlayerBirthdayInputMenuSequenceMethods 

Source
pub trait IMainMenuSequence_PlayerBirthdayInputMenuSequenceMethods: IMainMenuSequence_PlayerBirthdayInputMenuSequence {
    // Provided methods
    fn get_layout_type(
        self,
    ) -> MainMenuSequence_PlayerBirthdayInputMenuSequence_LayoutType { ... }
    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_type( self, ) -> MainMenuSequence_PlayerBirthdayInputMenuSequence_LayoutType

GetLayoutType() overload

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§