pub trait IInvestmentMenuContent_DropItemInfoMethods: IInvestmentMenuContent_DropItemInfo {
// Provided methods
fn setup_obj(self) { ... }
fn show(self) { ... }
fn hide(self) { ... }
fn set_title(self, title: impl Into<Il2CppString>) { ... }
fn set_value(self, current: impl Into<i32>, next: impl Into<i32>) { ... }
fn set_icon(self, icon_name: impl Into<Il2CppString>) { ... }
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_icon(self, icon_name: impl Into<Il2CppString>)
fn set_icon(self, icon_name: impl Into<Il2CppString>)
SetIcon(::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: IInvestmentMenuContent_DropItemInfo> IInvestmentMenuContent_DropItemInfoMethods for __T
Available on crate feature
app-investmentmenucontent only.