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§
Sourcefn get_select_bgm(self) -> Il2CppString
fn get_select_bgm(self) -> Il2CppString
get_SelectBGM() overload
Sourcefn set_select_bgm(self, value: impl Into<Il2CppString>)
fn set_select_bgm(self, value: impl Into<Il2CppString>)
set_SelectBGM(::unity::Il2CppString) overload
OnChildMenuDecide(::unity::Il2CppString) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn custom_call(self) -> BasicMenu_Result
fn custom_call(self) -> BasicMenu_Result
CustomCall() overload
Sourcefn init_content(self)
fn init_content(self)
InitContent() overload
Sourcefn set_command_text(self)
fn set_command_text(self)
SetCommandText() overload
Sourcefn on_deselect(self)
fn on_deselect(self)
OnDeselect() overload
Sourcefn set_help_text(self)
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§
impl<__T: IBGMChangeMenuItem> IBGMChangeMenuItemMethods for __T
Available on crate feature
root-bgmchangemenuitem only.