Skip to main content

IShopSellAccountWindow

Trait IShopSellAccountWindow 

Source
pub trait IShopSellAccountWindow: IMonoBehaviour {
    // Provided methods
    fn m_count_title_text(self) -> TextMeshProUGUI { ... }
    fn set_m_count_title_text(self, value: TextMeshProUGUI) { ... }
    fn m_count_value_text(self) -> TextMeshProUGUI { ... }
    fn set_m_count_value_text(self, value: TextMeshProUGUI) { ... }
    fn m_total_title_text(self) -> TextMeshProUGUI { ... }
    fn set_m_total_title_text(self, value: TextMeshProUGUI) { ... }
    fn m_total_value_text(self) -> TextMeshProUGUI { ... }
    fn set_m_total_value_text(self, value: TextMeshProUGUI) { ... }
    fn m_total_value_g_text(self) -> TextMeshProUGUI { ... }
    fn set_m_total_value_g_text(self, value: TextMeshProUGUI) { ... }
    fn m_animator(self) -> Animator { ... }
    fn set_m_animator(self, value: Animator) { ... }
}

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§