Skip to main content

IArenaBondLevelSelectMenuMethods

Trait IArenaBondLevelSelectMenuMethods 

Source
pub trait IArenaBondLevelSelectMenuMethods: IArenaBondLevelSelectMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<ArenaBondLevelSelectMenuContent>,
        decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>,
        select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>,
        change_god_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>,
        change_god_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn rebuild_menu(
        self,
        unit: impl Into<Unit>,
        god: impl Into<GodUnit>,
        type: impl Into<RingCleaningSequence_GodType>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ArenaBondLevelSelectMenuContent>, decide_event_handler: impl Into<ArenaBondLevelSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondLevelSelectMenu_SelectEventHandler>, change_god_to_prev_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, change_god_to_next_event_handler: impl Into<ArenaBondLevelSelectMenu_ChangeGodEventHandle>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::arenabondlevelselectmenucontent::ArenaBondLevelSelectMenuContent, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_DecideEventHandler, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_SelectEventHandler, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_ChangeGodEventHandle, crate::app::arenabondlevelselectmenu::ArenaBondLevelSelectMenu_ChangeGodEventHandle) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn rebuild_menu( self, unit: impl Into<Unit>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, )

RebuildMenu(crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) 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: IArenaBondLevelSelectMenu> IArenaBondLevelSelectMenuMethods for __T

Available on crate feature app-arenabondlevelselectmenu only.