Skip to main content

IArenaBondGodSelectRootMethods

Trait IArenaBondGodSelectRootMethods 

Source
pub trait IArenaBondGodSelectRootMethods: IArenaBondGodSelectRoot {
    // Provided methods
    fn create(
        self,
        super_: impl Into<ProcInst>,
        select_unit: impl Into<Unit>,
        default_god: impl Into<GodUnit>,
        change_type: impl Into<RingCleaningSequence_GodType>,
        decide_event_handler: impl Into<ArenaBondGodSelectRoot_DecideEventHandler>,
    ) { ... }
    fn chara_info_play_anim(self, anim_name: impl Into<Il2CppString>) { ... }
    fn on_select_menu_item(
        self,
        god: impl Into<GodUnit>,
        change_type: impl Into<RingCleaningSequence_GodType>,
    ) { ... }
    fn on_decide_menu_item(
        self,
        god: impl Into<GodUnit>,
        change_type: impl Into<RingCleaningSequence_GodType>,
    ) { ... }
    fn on_change_unit_to_prev(self) { ... }
    fn on_change_unit_to_next(self) { ... }
    fn on_start_help(
        self,
        super_: impl Into<ProcInst>,
        god: impl Into<GodData>,
        bond_lv: impl Into<i32>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn create( self, super_: impl Into<ProcInst>, select_unit: impl Into<Unit>, default_god: impl Into<GodUnit>, change_type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondGodSelectRoot_DecideEventHandler>, )

Create(crate::app::procinst::ProcInst, crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType, crate::app::arenabondgodselectroot::ArenaBondGodSelectRoot_DecideEventHandler) overload

Source

fn chara_info_play_anim(self, anim_name: impl Into<Il2CppString>)

CharaInfoPlayAnim(::unity::Il2CppString) overload

Source

fn on_select_menu_item( self, god: impl Into<GodUnit>, change_type: impl Into<RingCleaningSequence_GodType>, )

OnSelectMenuItem(crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload

Source

fn on_decide_menu_item( self, god: impl Into<GodUnit>, change_type: impl Into<RingCleaningSequence_GodType>, )

OnDecideMenuItem(crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload

Source

fn on_change_unit_to_prev(self)

OnChangeUnitToPrev() overload

Source

fn on_change_unit_to_next(self)

OnChangeUnitToNext() overload

Source

fn on_start_help( self, super_: impl Into<ProcInst>, god: impl Into<GodData>, bond_lv: impl Into<i32>, )

OnStartHelp(crate::app::procinst::ProcInst, crate::app::goddata::GodData, i32) overload

Source

fn ctor(self)

.ctor() 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: IArenaBondGodSelectRoot> IArenaBondGodSelectRootMethods for __T

Available on crate feature app-arenabondgodselectroot only.