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§
Sourcefn get_open_count(self) -> i32
fn get_open_count(self) -> i32
get_OpenCount() overload
Sourcefn set_open_count(self, value: impl Into<i32>)
fn set_open_count(self, value: impl Into<i32>)
set_OpenCount(i32) overload
Sourcefn ctor(self, transform: impl Into<RectTransform>)
fn ctor(self, transform: impl Into<RectTransform>)
.ctor(crate::unity_engine::recttransform::RectTransform) overload
Sourcefn reset(self, transform: impl Into<RectTransform>)
fn reset(self, transform: impl Into<RectTransform>)
Reset(crate::unity_engine::recttransform::RectTransform) overload
Sourcefn set_select_index(self, select_index: impl Into<i32>)
fn set_select_index(self, select_index: impl Into<i32>)
SetSelectIndex(i32) overload
Sourcefn get_select_index(self) -> i32
fn get_select_index(self) -> i32
GetSelectIndex() overload
Sourcefn get_corrected_y_coord(self) -> f32
fn get_corrected_y_coord(self) -> f32
GetCorrectedYCoord() overload
Sourcefn get_position_x(self, select_index: impl Into<i32>) -> f32
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§
impl<__T: IMyRoomRelianceSelectRoot_CursorTop> IMyRoomRelianceSelectRoot_CursorTopMethods for __T
Available on crate feature
app-myroomrelianceselectroot only.