Skip to main content

IMVPRoot

Trait IMVPRoot 

Source
pub trait IMVPRoot: IMonoBehaviour {
    // Provided methods
    fn m_mvp_title_text(self) -> TextMeshProUGUI { ... }
    fn set_m_mvp_title_text(self, value: TextMeshProUGUI) { ... }
    fn m_unit_text(self) -> TextMeshProUGUI { ... }
    fn set_m_unit_text(self, value: TextMeshProUGUI) { ... }
    fn m_god_obj(self) -> GameObject { ... }
    fn set_m_god_obj(self, value: GameObject) { ... }
    fn m_turn_title_text(self) -> TextMeshProUGUI { ... }
    fn set_m_turn_title_text(self, value: TextMeshProUGUI) { ... }
    fn m_value_text(self) -> TextMeshProUGUI { ... }
    fn set_m_value_text(self, value: TextMeshProUGUI) { ... }
}

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§