Skip to main content

IRingMenuItemContentMethods

Trait IRingMenuItemContentMethods 

Source
pub trait IRingMenuItemContentMethods: IRingMenuItemContent {
    // Provided methods
    fn get_m_count_value_color_on_not_enough(self) -> Color { ... }
    fn set_m_count_value_color_on_not_enough(self, value: impl Into<Color>) { ... }
    fn ctor(self) { ... }
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
}

Provided Methods§

Source

fn get_m_count_value_color_on_not_enough(self) -> Color

get_m_CountValueColorOnNotEnough() overload

Source

fn set_m_count_value_color_on_not_enough(self, value: impl Into<Color>)

set_m_CountValueColorOnNotEnough(crate::unity_engine::color::Color) overload

Source

fn ctor(self)

.ctor() overload

Source

fn build_text(self)

BuildText() overload

Source

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§

Source§

impl<__T: IRingMenuItemContent> IRingMenuItemContentMethods for __T

Available on crate feature app-ringmenuitemcontent only.