pub trait IUnitInfoWindowCharaModel_ReservedCharaVoiceMethods: IUnitInfoWindowCharaModel_ReservedCharaVoice {
// Provided methods
fn reserve_voice(
self,
person_switch_name: impl Into<Il2CppString>,
engage_switch_name: impl Into<Il2CppString>,
event_name: impl Into<Il2CppString>,
chara: impl Into<Character>,
) { ... }
fn play_voice(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn reserve_voice(
self,
person_switch_name: impl Into<Il2CppString>,
engage_switch_name: impl Into<Il2CppString>,
event_name: impl Into<Il2CppString>,
chara: impl Into<Character>,
)
fn reserve_voice( self, person_switch_name: impl Into<Il2CppString>, engage_switch_name: impl Into<Il2CppString>, event_name: impl Into<Il2CppString>, chara: impl Into<Character>, )
ReserveVoice(::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, crate::combat::character::Character) overload
Sourcefn play_voice(self)
fn play_voice(self)
PlayVoice() 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: IUnitInfoWindowCharaModel_ReservedCharaVoice> IUnitInfoWindowCharaModel_ReservedCharaVoiceMethods for __T
Available on crate feature
app-unitinfowindowcharamodel only.