pub trait IInvestmentMenuContent_BattleEnemyInfoMethods: IInvestmentMenuContent_BattleEnemyInfo {
// Provided methods
fn set_title(self, title: impl Into<Il2CppString>) { ... }
fn set_value(self, current: impl Into<i32>, next: impl Into<i32>) { ... }
fn set_value_max(self, current: impl Into<i32>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_title(self, title: impl Into<Il2CppString>)
fn set_title(self, title: impl Into<Il2CppString>)
SetTitle(::unity::Il2CppString) overload
Sourcefn set_value_max(self, current: impl Into<i32>)
fn set_value_max(self, current: impl Into<i32>)
SetValueMax(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: IInvestmentMenuContent_BattleEnemyInfo> IInvestmentMenuContent_BattleEnemyInfoMethods for __T
Available on crate feature
app-investmentmenucontent only.