pub trait IVersusMapEditThemeSelectMenu_VersusMapEditThemeSelectMenuItemMethods: IVersusMapEditThemeSelectMenu_VersusMapEditThemeSelectMenuItem {
// Provided methods
fn ctor(
self,
data: impl Into<ProfileCardThemeOfEditMapData>,
is_checked: impl Into<bool>,
func: impl Into<VersusMapEditThemeSelectMenu_SelectedFunction>,
) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn on_build(self) { ... }
fn on_build_menu_item_content(self) { ... }
fn on_select(self) { ... }
fn on_cursor_move_end(self) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn b_call(self) -> BasicMenu_Result { ... }
fn get_name(self) -> Il2CppString { ... }
fn is_checked(self) -> bool { ... }
fn set_initial_color(self) { ... }
fn update_fixed_cursor(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
data: impl Into<ProfileCardThemeOfEditMapData>,
is_checked: impl Into<bool>,
func: impl Into<VersusMapEditThemeSelectMenu_SelectedFunction>,
)
fn ctor( self, data: impl Into<ProfileCardThemeOfEditMapData>, is_checked: impl Into<bool>, func: impl Into<VersusMapEditThemeSelectMenu_SelectedFunction>, )
.ctor(crate::app::profilecardthemeofeditmapdata::ProfileCardThemeOfEditMapData, bool, crate::app::versusmapeditthemeselectmenu::VersusMapEditThemeSelectMenu_SelectedFunction) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
OnBuildMenuItemContent() overload
Sourcefn on_cursor_move_end(self)
fn on_cursor_move_end(self)
OnCursorMoveEnd() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overload
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn is_checked(self) -> bool
fn is_checked(self) -> bool
IsChecked() overload
Sourcefn set_initial_color(self)
fn set_initial_color(self)
SetInitialColor() overload
Sourcefn update_fixed_cursor(self)
fn update_fixed_cursor(self)
UpdateFixedCursor() 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: IVersusMapEditThemeSelectMenu_VersusMapEditThemeSelectMenuItem> IVersusMapEditThemeSelectMenu_VersusMapEditThemeSelectMenuItemMethods for __T
Available on crate feature
app-versusmapeditthemeselectmenu only.