pub trait IEventCharacterMouthController: IMonoBehaviour {
Show 24 methods
// Provided methods
fn layer_name_array(self) -> Array<Il2CppString> { ... }
fn set_layer_name_array(self, value: Array<Il2CppString>) { ... }
fn m_animator(self) -> Animator { ... }
fn set_m_animator(self, value: Animator) { ... }
fn m_anim_layer_index_array(self) -> Array<i32> { ... }
fn set_m_anim_layer_index_array(self, value: Array<i32>) { ... }
fn m_weight(self) -> Array<WeightFader> { ... }
fn set_m_weight(self, value: Array<WeightFader>) { ... }
fn m_voice_event_name(self) -> Il2CppString { ... }
fn set_m_voice_event_name(self, value: Il2CppString) { ... }
fn m_weight_a(self) -> AnimationCurve { ... }
fn set_m_weight_a(self, value: AnimationCurve) { ... }
fn m_weight_i(self) -> AnimationCurve { ... }
fn set_m_weight_i(self, value: AnimationCurve) { ... }
fn m_weight_u(self) -> AnimationCurve { ... }
fn set_m_weight_u(self, value: AnimationCurve) { ... }
fn m_weight_e(self) -> AnimationCurve { ... }
fn set_m_weight_e(self, value: AnimationCurve) { ... }
fn m_weight_o(self) -> AnimationCurve { ... }
fn set_m_weight_o(self, value: AnimationCurve) { ... }
fn m_weight_scale_vol(self) -> AnimationCurve { ... }
fn set_m_weight_scale_vol(self, value: AnimationCurve) { ... }
fn m_weight_offset_vol(self) -> AnimationCurve { ... }
fn set_m_weight_offset_vol(self, value: AnimationCurve) { ... }
}Provided Methods§
fn layer_name_array(self) -> Array<Il2CppString>
fn set_layer_name_array(self, value: Array<Il2CppString>)
fn m_animator(self) -> Animator
fn set_m_animator(self, value: Animator)
fn m_anim_layer_index_array(self) -> Array<i32>
fn set_m_anim_layer_index_array(self, value: Array<i32>)
fn m_weight(self) -> Array<WeightFader>
fn set_m_weight(self, value: Array<WeightFader>)
fn m_voice_event_name(self) -> Il2CppString
fn set_m_voice_event_name(self, value: Il2CppString)
fn m_weight_a(self) -> AnimationCurve
fn set_m_weight_a(self, value: AnimationCurve)
fn m_weight_i(self) -> AnimationCurve
fn set_m_weight_i(self, value: AnimationCurve)
fn m_weight_u(self) -> AnimationCurve
fn set_m_weight_u(self, value: AnimationCurve)
fn m_weight_e(self) -> AnimationCurve
fn set_m_weight_e(self, value: AnimationCurve)
fn m_weight_o(self) -> AnimationCurve
fn set_m_weight_o(self, value: AnimationCurve)
fn m_weight_scale_vol(self) -> AnimationCurve
fn set_m_weight_scale_vol(self, value: AnimationCurve)
fn m_weight_offset_vol(self) -> AnimationCurve
fn set_m_weight_offset_vol(self, value: AnimationCurve)
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.