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§
Sourcefn 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 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
Sourcefn chara_info_play_anim(self, anim_name: impl Into<Il2CppString>)
fn chara_info_play_anim(self, anim_name: impl Into<Il2CppString>)
CharaInfoPlayAnim(::unity::Il2CppString) overload
OnSelectMenuItem(crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload
OnDecideMenuItem(crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload
Sourcefn on_change_unit_to_prev(self)
fn on_change_unit_to_prev(self)
OnChangeUnitToPrev() overload
Sourcefn on_change_unit_to_next(self)
fn on_change_unit_to_next(self)
OnChangeUnitToNext() overload
Sourcefn on_start_help(
self,
super_: impl Into<ProcInst>,
god: impl Into<GodData>,
bond_lv: impl Into<i32>,
)
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
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: IArenaBondGodSelectRoot> IArenaBondGodSelectRootMethods for __T
app-arenabondgodselectroot only.