Skip to main content

IShopSellMenuItemContentMethods

Trait IShopSellMenuItemContentMethods 

Source
pub trait IShopSellMenuItemContentMethods: IShopSellMenuItemContent {
    // Provided methods
    fn ctor(self) { ... }
    fn start(self) { ... }
    fn build_text(self) { ... }
    fn update_text_color(self) { ... }
    fn set_text_base_color(
        self,
        color: impl Into<Color>,
        color2: impl Into<Color>,
    ) { ... }
    fn show_fixed_cursor(self) { ... }
    fn hide_fixed_cursor(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn start(self)

Start() overload

Source

fn build_text(self)

BuildText() overload

Source

fn update_text_color(self)

UpdateTextColor() overload

Source

fn set_text_base_color(self, color: impl Into<Color>, color2: impl Into<Color>)

SetTextBaseColor(crate::unity_engine::color::Color, crate::unity_engine::color::Color) overload

Source

fn show_fixed_cursor(self)

ShowFixedCursor() overload

Source

fn hide_fixed_cursor(self)

HideFixedCursor() 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: IShopSellMenuItemContent> IShopSellMenuItemContentMethods for __T

Available on crate feature app-shopsellmenuitemcontent only.