pub trait IDragonRideSequence_PrizeDataMethods: IDragonRideSequence_PrizeData {
// Provided methods
fn ctor(self) { ... }
fn ctor_2(self, set_item: impl Into<ItemData>, set_num: impl Into<i32>) { ... }
fn add_num(self, add: impl Into<i32>) { ... }
fn get_id(self) -> Il2CppString { ... }
fn set_id(self, value: impl Into<Il2CppString>) { ... }
fn get_item(self) -> ItemData { ... }
fn set_item(self, value: impl Into<ItemData>) { ... }
fn get_num(self) -> i32 { ... }
fn set_num(self, value: impl Into<i32>) { ... }
}Provided Methods§
Sourcefn ctor_2(self, set_item: impl Into<ItemData>, set_num: impl Into<i32>)
fn ctor_2(self, set_item: impl Into<ItemData>, set_num: impl Into<i32>)
.ctor(crate::app::itemdata::ItemData, i32) overload
Sourcefn get_id(self) -> Il2CppString
fn get_id(self) -> Il2CppString
get_ID() overload
Sourcefn set_id(self, value: impl Into<Il2CppString>)
fn set_id(self, value: impl Into<Il2CppString>)
set_ID(::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: IDragonRideSequence_PrizeData> IDragonRideSequence_PrizeDataMethods for __T
Available on crate feature
app-dragonridesequence only.