Skip to main content

IInvestmentNationDataMenu_AnimalInfoMethods

Trait IInvestmentNationDataMenu_AnimalInfoMethods 

Source
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§

Source

fn setup(self, animal_id: impl Into<Il2CppString>, b_capture: impl Into<bool>)

Setup(::unity::Il2CppString, bool) overload

Source

fn set_icon(self, icon_name: impl Into<Il2CppString>)

SetIcon(::unity::Il2CppString) overload

Source

fn set_visible(self, is_visible: impl Into<bool>)

SetVisible(bool) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IInvestmentNationDataMenu_AnimalInfo> IInvestmentNationDataMenu_AnimalInfoMethods for __T

Available on crate feature app-investmentnationdatamenu only.