Skip to main content

IMascotColorChangeMenu_CursorTop

Trait IMascotColorChangeMenu_CursorTop 

Source
pub trait IMascotColorChangeMenu_CursorTop: IObject {
    // Provided methods
    fn x_count(self) -> i32 { ... }
    fn set_x_count(self, value: i32) { ... }
    fn y_count(self) -> i32 { ... }
    fn set_y_count(self, value: i32) { ... }
    fn move_frame(self) -> f32 { ... }
    fn set_move_frame(self, value: f32) { ... }
    fn m_cursor_top(self) -> RectTransform { ... }
    fn set_m_cursor_top(self, value: RectTransform) { ... }
    fn m_move_tick(self) -> f32 { ... }
    fn set_m_move_tick(self, value: f32) { ... }
}

Provided Methods§

Source

fn x_count(self) -> i32

Source

fn set_x_count(self, value: i32)

Source

fn y_count(self) -> i32

Source

fn set_y_count(self, value: i32)

Source

fn move_frame(self) -> f32

Source

fn set_move_frame(self, value: f32)

Source

fn m_cursor_top(self) -> RectTransform

Source

fn set_m_cursor_top(self, value: RectTransform)

Source

fn m_move_tick(self) -> f32

Source

fn set_m_move_tick(self, value: f32)

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§