pub trait IInvestmentNationDataMenu_ItemInfoMethods: IInvestmentNationDataMenu_ItemInfo {
// Provided methods
fn setup(self, title: impl Into<Il2CppString>, value: impl Into<i32>) { ... }
fn set_icon(self, icon_name: impl Into<Il2CppString>) { ... }
fn set_ttile(self, title: impl Into<Il2CppString>) { ... }
fn set_value(self, value: impl Into<i32>) { ... }
fn show(self) { ... }
fn hide(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn setup(self, title: impl Into<Il2CppString>, value: impl Into<i32>)
fn setup(self, title: impl Into<Il2CppString>, value: impl Into<i32>)
Setup(::unity::Il2CppString, i32) overload
Sourcefn set_icon(self, icon_name: impl Into<Il2CppString>)
fn set_icon(self, icon_name: impl Into<Il2CppString>)
SetIcon(::unity::Il2CppString) overload
Sourcefn set_ttile(self, title: impl Into<Il2CppString>)
fn set_ttile(self, title: impl Into<Il2CppString>)
SetTtile(::unity::Il2CppString) 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: IInvestmentNationDataMenu_ItemInfo> IInvestmentNationDataMenu_ItemInfoMethods for __T
Available on crate feature
app-investmentnationdatamenu only.