pub trait IInvestmentNationDataMenu_AnimalInfoMethods: IInvestmentNationDataMenu_AnimalInfo {
// Provided methods
fn setup(
self,
animal_id: impl Into<Il2CppString>,
b_capture: impl Into<bool>,
) { ... }
fn set_icon(self, icon_name: impl Into<Il2CppString>) { ... }
fn set_visible(self, is_visible: impl Into<bool>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn setup(self, animal_id: impl Into<Il2CppString>, b_capture: impl Into<bool>)
fn setup(self, animal_id: impl Into<Il2CppString>, b_capture: impl Into<bool>)
Setup(::unity::Il2CppString, bool) 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_visible(self, is_visible: impl Into<bool>)
fn set_visible(self, is_visible: impl Into<bool>)
SetVisible(bool) 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_AnimalInfo> IInvestmentNationDataMenu_AnimalInfoMethods for __T
Available on crate feature
app-investmentnationdatamenu only.