Skip to main content

IRefreshUnitSetDecideMenu_RefreshUnitSetDecideMenuItemMethods

Trait IRefreshUnitSetDecideMenu_RefreshUnitSetDecideMenuItemMethods 

Source
pub trait IRefreshUnitSetDecideMenu_RefreshUnitSetDecideMenuItemMethods: IRefreshUnitSetDecideMenu_RefreshUnitSetDecideMenuItem {
    // Provided methods
    fn ctor(
        self,
        enabled: impl Into<bool>,
        usabled: impl Into<bool>,
        decide_event_handler: impl Into<RefreshUnitSetDecideMenu_DecideEventHandler>,
    ) { ... }
    fn on_build(self) { ... }
    fn on_build_menu_item_content(self) { ... }
    fn set_initial_color(self) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn update_enabled(self, enabled: impl Into<bool>, usabled: impl Into<bool>) { ... }
    fn on_deselect(self) { ... }
    fn on_cursor_move_end(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, enabled: impl Into<bool>, usabled: impl Into<bool>, decide_event_handler: impl Into<RefreshUnitSetDecideMenu_DecideEventHandler>, )

.ctor(bool, bool, crate::app::refreshunitsetdecidemenu::RefreshUnitSetDecideMenu_DecideEventHandler) overload

Source

fn on_build(self)

OnBuild() overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn set_initial_color(self)

SetInitialColor() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn update_enabled(self, enabled: impl Into<bool>, usabled: impl Into<bool>)

UpdateEnabled(bool, bool) overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn on_cursor_move_end(self)

OnCursorMoveEnd() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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§