Skip to main content

IBGMChangeMenuItemMethods

Trait IBGMChangeMenuItemMethods 

Source
pub trait IBGMChangeMenuItemMethods: IBGMChangeMenuItem {
    // Provided methods
    fn get_select_bgm(self) -> Il2CppString { ... }
    fn set_select_bgm(self, value: impl Into<Il2CppString>) { ... }
    fn ctor(self, is_enemy: impl Into<bool>) { ... }
    fn on_child_menu_decide(self, event_name: impl Into<Il2CppString>) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
    fn init_content(self) { ... }
    fn set_command_text(self) { ... }
    fn on_select(self) { ... }
    fn on_deselect(self) { ... }
    fn set_help_text(self) { ... }
}

Provided Methods§

Source

fn get_select_bgm(self) -> Il2CppString

get_SelectBGM() overload

Source

fn set_select_bgm(self, value: impl Into<Il2CppString>)

set_SelectBGM(::unity::Il2CppString) overload

Source

fn ctor(self, is_enemy: impl Into<bool>)

.ctor(bool) overload

Source

fn on_child_menu_decide(self, event_name: impl Into<Il2CppString>)

OnChildMenuDecide(::unity::Il2CppString) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn init_content(self)

InitContent() overload

Source

fn set_command_text(self)

SetCommandText() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn set_help_text(self)

SetHelpText() 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: IBGMChangeMenuItem> IBGMChangeMenuItemMethods for __T

Available on crate feature root-bgmchangemenuitem only.