pub trait IRefineShopExchangeSourceMenuContent: IBasicMenuContent {
Show 18 methods
// Provided methods
fn m_help_text(self) -> TextMeshProUGUI { ... }
fn set_m_help_text(self, value: TextMeshProUGUI) { ... }
fn m_material_source_caption(self) -> TextMeshProUGUI { ... }
fn set_m_material_source_caption(self, value: TextMeshProUGUI) { ... }
fn m_material_source_icon_image(self) -> Image { ... }
fn set_m_material_source_icon_image(self, value: Image) { ... }
fn m_material_source_name_text(self) -> TextMeshProUGUI { ... }
fn set_m_material_source_name_text(self, value: TextMeshProUGUI) { ... }
fn m_material_source_value_text(self) -> TextMeshProUGUI { ... }
fn set_m_material_source_value_text(self, value: TextMeshProUGUI) { ... }
fn m_material_target_caption(self) -> TextMeshProUGUI { ... }
fn set_m_material_target_caption(self, value: TextMeshProUGUI) { ... }
fn m_material_target_icon_image(self) -> Image { ... }
fn set_m_material_target_icon_image(self, value: Image) { ... }
fn m_material_target_name_text(self) -> TextMeshProUGUI { ... }
fn set_m_material_target_name_text(self, value: TextMeshProUGUI) { ... }
fn m_material_target_value_text(self) -> TextMeshProUGUI { ... }
fn set_m_material_target_value_text(self, value: TextMeshProUGUI) { ... }
}Provided Methods§
fn m_help_text(self) -> TextMeshProUGUI
fn set_m_help_text(self, value: TextMeshProUGUI)
fn m_material_source_caption(self) -> TextMeshProUGUI
fn set_m_material_source_caption(self, value: TextMeshProUGUI)
fn m_material_source_icon_image(self) -> Image
fn set_m_material_source_icon_image(self, value: Image)
fn m_material_source_name_text(self) -> TextMeshProUGUI
fn set_m_material_source_name_text(self, value: TextMeshProUGUI)
fn m_material_source_value_text(self) -> TextMeshProUGUI
fn set_m_material_source_value_text(self, value: TextMeshProUGUI)
fn m_material_target_caption(self) -> TextMeshProUGUI
fn set_m_material_target_caption(self, value: TextMeshProUGUI)
fn m_material_target_icon_image(self) -> Image
fn set_m_material_target_icon_image(self, value: Image)
fn m_material_target_name_text(self) -> TextMeshProUGUI
fn set_m_material_target_name_text(self, value: TextMeshProUGUI)
fn m_material_target_value_text(self) -> TextMeshProUGUI
fn set_m_material_target_value_text(self, value: TextMeshProUGUI)
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.