Skip to main content

IRingCleaningVoiceDataMethods

Trait IRingCleaningVoiceDataMethods 

Source
pub trait IRingCleaningVoiceDataMethods: IRingCleaningVoiceData {
Show 13 methods // Provided methods fn get_label(self) -> RingCleaningVoiceData_VoiceLabel { ... } fn set_label(self, value: impl Into<RingCleaningVoiceData_VoiceLabel>) { ... } fn get_play_situation(self) -> RingCleaningVoiceData_Situation { ... } fn set_play_situation( self, value: impl Into<RingCleaningVoiceData_Situation>, ) { ... } fn get_is_play_completed(self) -> bool { ... } fn set_is_play_completed(self, value: impl Into<bool>) { ... } fn get_unit_face_anim(self) -> Il2CppString { ... } fn set_unit_face_anim(self, value: impl Into<Il2CppString>) { ... } fn get_god_face_anim(self) -> Il2CppString { ... } fn set_god_face_anim(self, value: impl Into<Il2CppString>) { ... } fn get_debug_name(self) -> Il2CppString { ... } fn get_event_name(self) -> Il2CppString { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_label(self) -> RingCleaningVoiceData_VoiceLabel

get_Label() overload

Source

fn set_label(self, value: impl Into<RingCleaningVoiceData_VoiceLabel>)

set_Label(crate::app::ringcleaningvoicedata::RingCleaningVoiceData_VoiceLabel) overload

Source

fn get_play_situation(self) -> RingCleaningVoiceData_Situation

get_PlaySituation() overload

Source

fn set_play_situation(self, value: impl Into<RingCleaningVoiceData_Situation>)

set_PlaySituation(crate::app::ringcleaningvoicedata::RingCleaningVoiceData_Situation) overload

Source

fn get_is_play_completed(self) -> bool

get_IsPlayCompleted() overload

Source

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

set_IsPlayCompleted(bool) overload

Source

fn get_unit_face_anim(self) -> Il2CppString

get_UnitFaceAnim() overload

Source

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

set_UnitFaceAnim(::unity::Il2CppString) overload

Source

fn get_god_face_anim(self) -> Il2CppString

get_GodFaceAnim() overload

Source

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

set_GodFaceAnim(::unity::Il2CppString) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() overload

Source

fn get_event_name(self) -> Il2CppString

GetEventName() 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: IRingCleaningVoiceData> IRingCleaningVoiceDataMethods for __T

Available on crate feature app-ringcleaningvoicedata only.