Skip to main content

IRefineShopExchangeResultPopup

Trait IRefineShopExchangeResultPopup 

Source
pub trait IRefineShopExchangeResultPopup: IMonoBehaviour {
Show 14 methods // Provided methods fn m_target_icon_image(self) -> Image { ... } fn set_m_target_icon_image(self, value: Image) { ... } fn m_target_name_text(self) -> TextMeshProUGUI { ... } fn set_m_target_name_text(self, value: TextMeshProUGUI) { ... } fn m_target_value_text(self) -> TextMeshProUGUI { ... } fn set_m_target_value_text(self, value: TextMeshProUGUI) { ... } fn m_source_icon_image(self) -> Image { ... } fn set_m_source_icon_image(self, value: Image) { ... } fn m_source_name_text(self) -> TextMeshProUGUI { ... } fn set_m_source_name_text(self, value: TextMeshProUGUI) { ... } fn m_source_value_text(self) -> TextMeshProUGUI { ... } fn set_m_source_value_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§