Skip to main content

IInvestmentNationDataMenu_ItemInfoMethods

Trait IInvestmentNationDataMenu_ItemInfoMethods 

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

Source

fn setup(self, title: impl Into<Il2CppString>, value: impl Into<i32>)

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

Source

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

SetIcon(::unity::Il2CppString) overload

Source

fn set_ttile(self, title: impl Into<Il2CppString>)

SetTtile(::unity::Il2CppString) overload

Source

fn set_value(self, value: impl Into<i32>)

SetValue(i32) overload

Source

fn show(self)

Show() overload

Source

fn hide(self)

Hide() 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_ItemInfo> IInvestmentNationDataMenu_ItemInfoMethods for __T

Available on crate feature app-investmentnationdatamenu only.