pub trait IHubInvestmentAnimalMethods: IHubInvestmentAnimal {
Show 16 methods
// Provided methods
fn get_anid(self) -> Il2CppString { ... }
fn set_anid(self, value: impl Into<Il2CppString>) { ... }
fn get_appear_rate_lv1(self) -> u8 { ... }
fn set_appear_rate_lv1(self, value: impl Into<u8>) { ... }
fn get_appear_rate_lv2(self) -> u8 { ... }
fn set_appear_rate_lv2(self, value: impl Into<u8>) { ... }
fn get_appear_rate_lv3(self) -> u8 { ... }
fn set_appear_rate_lv3(self, value: impl Into<u8>) { ... }
fn get_appear_rate_lv4(self) -> u8 { ... }
fn set_appear_rate_lv4(self, value: impl Into<u8>) { ... }
fn get_appear_rate_lv5(self) -> u8 { ... }
fn set_appear_rate_lv5(self, value: impl Into<u8>) { ... }
fn get_capture_level(self) -> u8 { ... }
fn set_capture_level(self, value: impl Into<u8>) { ... }
fn get_appear_rate(self, level: impl Into<i32>) -> u8 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_anid(self) -> Il2CppString
fn get_anid(self) -> Il2CppString
get_ANID() overload
Sourcefn set_anid(self, value: impl Into<Il2CppString>)
fn set_anid(self, value: impl Into<Il2CppString>)
set_ANID(::unity::Il2CppString) overload
Sourcefn get_appear_rate_lv1(self) -> u8
fn get_appear_rate_lv1(self) -> u8
get_AppearRateLv1() overload
Sourcefn set_appear_rate_lv1(self, value: impl Into<u8>)
fn set_appear_rate_lv1(self, value: impl Into<u8>)
set_AppearRateLv1(u8) overload
Sourcefn get_appear_rate_lv2(self) -> u8
fn get_appear_rate_lv2(self) -> u8
get_AppearRateLv2() overload
Sourcefn set_appear_rate_lv2(self, value: impl Into<u8>)
fn set_appear_rate_lv2(self, value: impl Into<u8>)
set_AppearRateLv2(u8) overload
Sourcefn get_appear_rate_lv3(self) -> u8
fn get_appear_rate_lv3(self) -> u8
get_AppearRateLv3() overload
Sourcefn set_appear_rate_lv3(self, value: impl Into<u8>)
fn set_appear_rate_lv3(self, value: impl Into<u8>)
set_AppearRateLv3(u8) overload
Sourcefn get_appear_rate_lv4(self) -> u8
fn get_appear_rate_lv4(self) -> u8
get_AppearRateLv4() overload
Sourcefn set_appear_rate_lv4(self, value: impl Into<u8>)
fn set_appear_rate_lv4(self, value: impl Into<u8>)
set_AppearRateLv4(u8) overload
Sourcefn get_appear_rate_lv5(self) -> u8
fn get_appear_rate_lv5(self) -> u8
get_AppearRateLv5() overload
Sourcefn set_appear_rate_lv5(self, value: impl Into<u8>)
fn set_appear_rate_lv5(self, value: impl Into<u8>)
set_AppearRateLv5(u8) overload
Sourcefn get_capture_level(self) -> u8
fn get_capture_level(self) -> u8
get_CaptureLevel() overload
Sourcefn set_capture_level(self, value: impl Into<u8>)
fn set_capture_level(self, value: impl Into<u8>)
set_CaptureLevel(u8) overload
Sourcefn get_appear_rate(self, level: impl Into<i32>) -> u8
fn get_appear_rate(self, level: impl Into<i32>) -> u8
GetAppearRate(i32) 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: IHubInvestmentAnimal> IHubInvestmentAnimalMethods for __T
Available on crate feature
app-hubinvestmentanimal only.