Skip to main content

IMyRoomRelianceSelectRoot_CursorTopMethods

Trait IMyRoomRelianceSelectRoot_CursorTopMethods 

Source
pub trait IMyRoomRelianceSelectRoot_CursorTopMethods: IMyRoomRelianceSelectRoot_CursorTop {
    // Provided methods
    fn get_open_count(self) -> i32 { ... }
    fn set_open_count(self, value: impl Into<i32>) { ... }
    fn ctor(self, transform: impl Into<RectTransform>) { ... }
    fn reset(self, transform: impl Into<RectTransform>) { ... }
    fn set_select_index(self, select_index: impl Into<i32>) { ... }
    fn get_select_index(self) -> i32 { ... }
    fn key_left(self, is_trigger: impl Into<bool>) { ... }
    fn key_right(self, is_trigger: impl Into<bool>) { ... }
    fn update(self) { ... }
    fn get_corrected_y_coord(self) -> f32 { ... }
    fn get_position_x(self, select_index: impl Into<i32>) -> f32 { ... }
}

Provided Methods§

Source

fn get_open_count(self) -> i32

get_OpenCount() overload

Source

fn set_open_count(self, value: impl Into<i32>)

set_OpenCount(i32) overload

Source

fn ctor(self, transform: impl Into<RectTransform>)

.ctor(crate::unity_engine::recttransform::RectTransform) overload

Source

fn reset(self, transform: impl Into<RectTransform>)

Reset(crate::unity_engine::recttransform::RectTransform) overload

Source

fn set_select_index(self, select_index: impl Into<i32>)

SetSelectIndex(i32) overload

Source

fn get_select_index(self) -> i32

GetSelectIndex() overload

Source

fn key_left(self, is_trigger: impl Into<bool>)

KeyLeft(bool) overload

Source

fn key_right(self, is_trigger: impl Into<bool>)

KeyRight(bool) overload

Source

fn update(self)

Update() overload

Source

fn get_corrected_y_coord(self) -> f32

GetCorrectedYCoord() overload

Source

fn get_position_x(self, select_index: impl Into<i32>) -> f32

GetPositionX(i32) 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: IMyRoomRelianceSelectRoot_CursorTop> IMyRoomRelianceSelectRoot_CursorTopMethods for __T

Available on crate feature app-myroomrelianceselectroot only.