pub trait IHubInvestmentBonusAnimalMethods: IHubInvestmentBonusAnimal {
// Provided methods
fn get_animal_id(self) -> Il2CppString { ... }
fn set_animal_id(self, value: impl Into<Il2CppString>) { ... }
fn get_num(self) -> u8 { ... }
fn set_num(self, value: impl Into<u8>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_animal_id(self) -> Il2CppString
fn get_animal_id(self) -> Il2CppString
get_AnimalId() overload
Sourcefn set_animal_id(self, value: impl Into<Il2CppString>)
fn set_animal_id(self, value: impl Into<Il2CppString>)
set_AnimalId(::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: IHubInvestmentBonusAnimal> IHubInvestmentBonusAnimalMethods for __T
Available on crate feature
app-hubinvestmentbonusanimal only.