Skip to main content

ILaterTalkSetter_UnitDataMethods

Trait ILaterTalkSetter_UnitDataMethods 

Source
pub trait ILaterTalkSetter_UnitDataMethods: ILaterTalkSetter_UnitData {
Show 15 methods // Provided methods fn get_unit(self) -> Unit { ... } fn set_unit(self, value: impl Into<Unit>) { ... } fn get_is_alive(self) -> bool { ... } fn set_is_alive(self, value: impl Into<bool>) { ... } fn get_marriage(self) -> Unit { ... } fn set_marriage(self, value: impl Into<Unit>) { ... } fn get_map_name(self) -> Il2CppString { ... } fn set_map_name(self, value: impl Into<Il2CppString>) { ... } fn get_map_degree(self) -> i32 { ... } fn set_map_degree(self, value: impl Into<i32>) { ... } fn get_light_degree(self) -> i32 { ... } fn set_light_degree(self, value: impl Into<i32>) { ... } fn get_end_disp_time(self) -> f32 { ... } fn set_end_disp_time(self, value: impl Into<f32>) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_unit(self) -> Unit

get_Unit() overload

Source

fn set_unit(self, value: impl Into<Unit>)

set_Unit(crate::app::unit::Unit) overload

Source

fn get_is_alive(self) -> bool

get_IsAlive() overload

Source

fn set_is_alive(self, value: impl Into<bool>)

set_IsAlive(bool) overload

Source

fn get_marriage(self) -> Unit

get_Marriage() overload

Source

fn set_marriage(self, value: impl Into<Unit>)

set_Marriage(crate::app::unit::Unit) overload

Source

fn get_map_name(self) -> Il2CppString

get_MapName() overload

Source

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

set_MapName(::unity::Il2CppString) overload

Source

fn get_map_degree(self) -> i32

get_MapDegree() overload

Source

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

set_MapDegree(i32) overload

Source

fn get_light_degree(self) -> i32

get_LightDegree() overload

Source

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

set_LightDegree(i32) overload

Source

fn get_end_disp_time(self) -> f32

get_EndDispTime() overload

Source

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

set_EndDispTime(f32) overload

Source

fn ctor(self)

.ctor() 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: ILaterTalkSetter_UnitData> ILaterTalkSetter_UnitDataMethods for __T

Available on crate feature app-latertalksetter only.