Skip to main content

IUnitInfoParamManager

Trait IUnitInfoParamManager 

Source
pub trait IUnitInfoParamManager: ISingletonClass_1<UnitInfoParamManager> {
Show 22 methods // Provided methods fn m_calc_unit(self) -> Unit { ... } fn set_m_calc_unit(self, value: Unit) { ... } fn m_battle_info_param(self) -> BattleInfoParam { ... } fn set_m_battle_info_param(self, value: BattleInfoParam) { ... } fn m_calc_unit_no_god(self) -> Unit { ... } fn set_m_calc_unit_no_god(self, value: Unit) { ... } fn m_battle_info_param_no_god(self) -> BattleInfoParam { ... } fn set_m_battle_info_param_no_god(self, value: BattleInfoParam) { ... } fn m_calc_unit_no_effect(self) -> Unit { ... } fn set_m_calc_unit_no_effect(self, value: Unit) { ... } fn m_battle_info_param_no_effect(self) -> BattleInfoParam { ... } fn set_m_battle_info_param_no_effect(self, value: BattleInfoParam) { ... } fn m_calc_unit_no_hub(self) -> Unit { ... } fn set_m_calc_unit_no_hub(self, value: Unit) { ... } fn m_battle_info_param_no_hub(self) -> BattleInfoParam { ... } fn set_m_battle_info_param_no_hub(self, value: BattleInfoParam) { ... } fn m_battle_info(self) -> BattleInfo { ... } fn set_m_battle_info(self, value: BattleInfo) { ... } fn m_old_ring_owner(self) -> Unit { ... } fn set_m_old_ring_owner(self, value: Unit) { ... } fn m_param(self) -> Array<UnitParamDetail> { ... } fn set_m_param(self, value: Array<UnitParamDetail>) { ... }
}

Provided Methods§

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§