Skip to main content

IFishingSizeTableDataMethods

Trait IFishingSizeTableDataMethods 

Source
pub trait IFishingSizeTableDataMethods: IFishingSizeTableData {
Show 14 methods // Provided methods fn get_id(self) -> Il2CppString { ... } fn set_id(self, value: impl Into<Il2CppString>) { ... } fn get_size_name(self) -> Il2CppString { ... } fn set_size_name(self, value: impl Into<Il2CppString>) { ... } fn get_size_minimum(self) -> f32 { ... } fn set_size_minimum(self, value: impl Into<f32>) { ... } fn get_size_maximum(self) -> f32 { ... } fn set_size_maximum(self, value: impl Into<f32>) { ... } fn get_bonus_minimum(self) -> f32 { ... } fn set_bonus_minimum(self, value: impl Into<f32>) { ... } fn get_bonus_maximum(self) -> f32 { ... } fn set_bonus_maximum(self, value: impl Into<f32>) { ... } 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_size_name(self) -> Il2CppString

get_SizeName() overload

Source

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

set_SizeName(::unity::Il2CppString) overload

Source

fn get_size_minimum(self) -> f32

get_SizeMinimum() overload

Source

fn set_size_minimum(self, value: impl Into<f32>)

set_SizeMinimum(f32) overload

Source

fn get_size_maximum(self) -> f32

get_SizeMaximum() overload

Source

fn set_size_maximum(self, value: impl Into<f32>)

set_SizeMaximum(f32) overload

Source

fn get_bonus_minimum(self) -> f32

get_BonusMinimum() overload

Source

fn set_bonus_minimum(self, value: impl Into<f32>)

set_BonusMinimum(f32) overload

Source

fn get_bonus_maximum(self) -> f32

get_BonusMaximum() overload

Source

fn set_bonus_maximum(self, value: impl Into<f32>)

set_BonusMaximum(f32) 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: IFishingSizeTableData> IFishingSizeTableDataMethods for __T

Available on crate feature app-fishingsizetabledata only.