pub trait IRefineShopRefineTargetMenuItemContentMethods: IRefineShopRefineTargetMenuItemContent {
// Provided methods
fn get_m_color_of_not_enough_value(self) -> Color { ... }
fn set_m_color_of_not_enough_value(self, value: impl Into<Color>) { ... }
fn ctor(self) { ... }
fn start(self) { ... }
fn build_text(self) { ... }
fn update_text_color(self) { ... }
}Provided Methods§
Sourcefn get_m_color_of_not_enough_value(self) -> Color
fn get_m_color_of_not_enough_value(self) -> Color
get_m_ColorOfNotEnoughValue() overload
Sourcefn set_m_color_of_not_enough_value(self, value: impl Into<Color>)
fn set_m_color_of_not_enough_value(self, value: impl Into<Color>)
set_m_ColorOfNotEnoughValue(crate::unity_engine::color::Color) overload
Sourcefn build_text(self)
fn build_text(self)
BuildText() overload
Sourcefn update_text_color(self)
fn update_text_color(self)
UpdateTextColor() overload
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§
impl<__T: IRefineShopRefineTargetMenuItemContent> IRefineShopRefineTargetMenuItemContentMethods for __T
Available on crate feature
app-refineshoprefinetargetmenuitemcontent only.