pub trait IHubMenu_HubMenuItemMethods: IHubMenu_HubMenuItem {
// Provided methods
fn b_call(self) -> BasicMenu_Result { ... }
fn set_help_visible(self, active: impl Into<bool>) { ... }
fn get_map_attribute(self) -> BasicMenuItem_Attribute { ... }
fn get_flag_id(self) -> Il2CppString { ... }
fn get_help_text(self) -> Il2CppString { ... }
fn on_select(self) { ... }
fn on_deselect(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
Sourcefn set_help_visible(self, active: impl Into<bool>)
fn set_help_visible(self, active: impl Into<bool>)
SetHelpVisible(bool) overload
Sourcefn get_map_attribute(self) -> BasicMenuItem_Attribute
fn get_map_attribute(self) -> BasicMenuItem_Attribute
GetMapAttribute() overload
Sourcefn get_flag_id(self) -> Il2CppString
fn get_flag_id(self) -> Il2CppString
get_FlagID() overload
Sourcefn get_help_text(self) -> Il2CppString
fn get_help_text(self) -> Il2CppString
GetHelpText() overload
Sourcefn on_deselect(self)
fn on_deselect(self)
OnDeselect() 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: IHubMenu_HubMenuItem> IHubMenu_HubMenuItemMethods for __T
Available on crate feature
app-hubmenu only.