pub trait IRefineShopRefineBaseMenuContent: IBasicMenuContent {
// Provided methods
fn m_caption_text(self) -> TextMeshProUGUI { ... }
fn set_m_caption_text(self, value: TextMeshProUGUI) { ... }
fn m_kind_icon(self) -> Array<RefineShopRefineBaseMenuContent_KindIcon> { ... }
fn set_m_kind_icon(
self,
value: Array<RefineShopRefineBaseMenuContent_KindIcon>,
) { ... }
fn m_enabled_item_kind_count(self) -> i32 { ... }
fn set_m_enabled_item_kind_count(self, value: i32) { ... }
}Provided Methods§
fn m_caption_text(self) -> TextMeshProUGUI
fn set_m_caption_text(self, value: TextMeshProUGUI)
fn m_kind_icon(self) -> Array<RefineShopRefineBaseMenuContent_KindIcon>
fn set_m_kind_icon(self, value: Array<RefineShopRefineBaseMenuContent_KindIcon>)
fn m_enabled_item_kind_count(self) -> i32
fn set_m_enabled_item_kind_count(self, value: i32)
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.