Skip to main content

IFishingDisposPatternDataMethods

Trait IFishingDisposPatternDataMethods 

Source
pub trait IFishingDisposPatternDataMethods: IFishingDisposPatternData {
Show 14 methods // Provided methods fn get_id(self) -> Il2CppString { ... } fn set_id(self, value: impl Into<Il2CppString>) { ... } fn get_stick_type(self) -> Il2CppString { ... } fn set_stick_type(self, value: impl Into<Il2CppString>) { ... } fn get_time(self) -> i32 { ... } fn set_time(self, value: impl Into<i32>) { ... } fn get_position_num(self) -> i32 { ... } fn set_position_num(self, value: impl Into<i32>) { ... } fn get_lottery_param(self) -> i32 { ... } fn set_lottery_param(self, value: impl Into<i32>) { ... } fn get_fish_id(self) -> Il2CppString { ... } fn set_fish_id(self, value: impl Into<Il2CppString>) { ... } fn ctor(self) { ... } fn on_build(self) { ... }
}

Provided Methods§

Source

fn get_id(self) -> Il2CppString

get_ID() overload

Source

fn set_id(self, value: impl Into<Il2CppString>)

set_ID(::unity::Il2CppString) overload

Source

fn get_stick_type(self) -> Il2CppString

get_StickType() overload

Source

fn set_stick_type(self, value: impl Into<Il2CppString>)

set_StickType(::unity::Il2CppString) overload

Source

fn get_time(self) -> i32

get_Time() overload

Source

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

set_Time(i32) overload

Source

fn get_position_num(self) -> i32

get_PositionNum() overload

Source

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

set_PositionNum(i32) overload

Source

fn get_lottery_param(self) -> i32

get_LotteryParam() overload

Source

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

set_LotteryParam(i32) overload

Source

fn get_fish_id(self) -> Il2CppString

get_FishID() overload

Source

fn set_fish_id(self, value: impl Into<Il2CppString>)

set_FishID(::unity::Il2CppString) overload

Source

fn ctor(self)

.ctor() overload

Source

fn on_build(self)

OnBuild() 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: IFishingDisposPatternData> IFishingDisposPatternDataMethods for __T

Available on crate feature app-fishingdispospatterndata only.