pub trait IInvestmentMenuContent_AnimalInfoMethods: IInvestmentMenuContent_AnimalInfo {
// Provided methods
fn setup_obj(self) { ... }
fn set(self, animal_id: impl Into<Il2CppString>) { ... }
fn set_icon(self, icon_name: impl Into<Il2CppString>) { ... }
fn hide(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set(self, animal_id: impl Into<Il2CppString>)
fn set(self, animal_id: impl Into<Il2CppString>)
Set(::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_AnimalInfo> IInvestmentMenuContent_AnimalInfoMethods for __T
Available on crate feature
app-investmentmenucontent only.