Skip to main content

ITalkStateMonitor

Trait ITalkStateMonitor 

Source
pub trait ITalkStateMonitor: IMonoBehaviour {
    // Provided methods
    fn m_chara_name(self) -> TextMeshProUGUI { ... }
    fn set_m_chara_name(self, value: TextMeshProUGUI) { ... }
    fn m_text_pid(self) -> TextMeshProUGUI { ... }
    fn set_m_text_pid(self, value: TextMeshProUGUI) { ... }
    fn m_text_pause(self) -> TextMeshProUGUI { ... }
    fn set_m_text_pause(self, value: TextMeshProUGUI) { ... }
    fn m_text_face(self) -> TextMeshProUGUI { ... }
    fn set_m_text_face(self, value: TextMeshProUGUI) { ... }
    fn m_text_look(self) -> TextMeshProUGUI { ... }
    fn set_m_text_look(self, value: TextMeshProUGUI) { ... }
    fn m_offst_y(self) -> i32 { ... }
    fn set_m_offst_y(self, value: i32) { ... }
}

Provided Methods§

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§