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§
Sourcefn get_label(self) -> RingCleaningVoiceData_VoiceLabel
fn get_label(self) -> RingCleaningVoiceData_VoiceLabel
get_Label() overload
Sourcefn set_label(self, value: impl Into<RingCleaningVoiceData_VoiceLabel>)
fn set_label(self, value: impl Into<RingCleaningVoiceData_VoiceLabel>)
set_Label(crate::app::ringcleaningvoicedata::RingCleaningVoiceData_VoiceLabel) overload
Sourcefn get_play_situation(self) -> RingCleaningVoiceData_Situation
fn get_play_situation(self) -> RingCleaningVoiceData_Situation
get_PlaySituation() overload
Sourcefn set_play_situation(self, value: impl Into<RingCleaningVoiceData_Situation>)
fn set_play_situation(self, value: impl Into<RingCleaningVoiceData_Situation>)
set_PlaySituation(crate::app::ringcleaningvoicedata::RingCleaningVoiceData_Situation) overload
Sourcefn get_is_play_completed(self) -> bool
fn get_is_play_completed(self) -> bool
get_IsPlayCompleted() overload
Sourcefn set_is_play_completed(self, value: impl Into<bool>)
fn set_is_play_completed(self, value: impl Into<bool>)
set_IsPlayCompleted(bool) overload
Sourcefn get_unit_face_anim(self) -> Il2CppString
fn get_unit_face_anim(self) -> Il2CppString
get_UnitFaceAnim() overload
Sourcefn set_unit_face_anim(self, value: impl Into<Il2CppString>)
fn set_unit_face_anim(self, value: impl Into<Il2CppString>)
set_UnitFaceAnim(::unity::Il2CppString) overload
Sourcefn get_god_face_anim(self) -> Il2CppString
fn get_god_face_anim(self) -> Il2CppString
get_GodFaceAnim() overload
Sourcefn set_god_face_anim(self, value: impl Into<Il2CppString>)
fn set_god_face_anim(self, value: impl Into<Il2CppString>)
set_GodFaceAnim(::unity::Il2CppString) overload
Sourcefn get_debug_name(self) -> Il2CppString
fn get_debug_name(self) -> Il2CppString
GetDebugName() overload
Sourcefn get_event_name(self) -> Il2CppString
fn get_event_name(self) -> Il2CppString
GetEventName() 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§
impl<__T: IRingCleaningVoiceData> IRingCleaningVoiceDataMethods for __T
Available on crate feature
app-ringcleaningvoicedata only.