Skip to main content

IFishingTargetListDataMethods

Trait IFishingTargetListDataMethods 

Source
pub trait IFishingTargetListDataMethods: IFishingTargetListData {
    // Provided methods
    fn get_id(self) -> Il2CppString { ... }
    fn set_id(self, value: impl Into<Il2CppString>) { ... }
    fn get_fish_id(self) -> Il2CppString { ... }
    fn set_fish_id(self, value: impl Into<Il2CppString>) { ... }
    fn get_priority(self) -> i32 { ... }
    fn set_priority(self, value: impl Into<i32>) { ... }
    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_fish_id(self) -> Il2CppString

get_FishID() overload

Source

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

set_FishID(::unity::Il2CppString) overload

Source

fn get_priority(self) -> i32

get_Priority() overload

Source

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

set_Priority(i32) 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: IFishingTargetListData> IFishingTargetListDataMethods for __T

Available on crate feature app-fishingtargetlistdata only.