pub struct WellItemSelectMenu(/* private fields */);Expand description
IL2CPP class: App.WellItemSelectMenu
Inherits: BasicMenu
Implementations§
Source§impl WellItemSelectMenu
impl WellItemSelectMenu
pub fn select_item_max() -> i32
pub fn set_select_item_max(value: i32)
pub fn show_row_num() -> i32
pub fn set_show_row_num(value: i32)
Source§impl WellItemSelectMenu
impl WellItemSelectMenu
Sourcepub fn create_bind(parent: impl Into<ProcInst>) -> WellItemSelectMenu
pub fn create_bind(parent: impl Into<ProcInst>) -> WellItemSelectMenu
CreateBind(crate::app::procinst::ProcInst) overload
ComparePoolMenuItem(crate::app::basicmenuitem::BasicMenuItem, crate::app::basicmenuitem::BasicMenuItem) overload
Source§impl WellItemSelectMenu
impl WellItemSelectMenu
pub fn get_selected_kind_method_info() -> &'static MethodInfo
pub fn get_m_common_display_index_method_info() -> &'static MethodInfo
pub fn set_m_common_display_index_method_info() -> &'static MethodInfo
pub fn create_bind_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_select_item_method_info() -> &'static MethodInfo
pub fn save_select_item_method_info() -> &'static MethodInfo
pub fn get_select_unit_method_info() -> &'static MethodInfo
pub fn update_unit_method_info() -> &'static MethodInfo
pub fn update_unit_2_method_info() -> &'static MethodInfo
pub fn update_item_help_method_info() -> &'static MethodInfo
pub fn is_marking_item_full_method_info() -> &'static MethodInfo
pub fn is_marking_item_empty_method_info() -> &'static MethodInfo
pub fn add_selected_item_method_info() -> &'static MethodInfo
pub fn remove_selected_item_method_info() -> &'static MethodInfo
pub fn remove_selected_last_item_method_info() -> &'static MethodInfo
pub fn get_last_selected_item_method_info() -> &'static MethodInfo
pub fn set_item_kind_index_method_info() -> &'static MethodInfo
pub fn set_first_kind_method_info() -> &'static MethodInfo
pub fn set_last_kind_method_info() -> &'static MethodInfo
pub fn set_first_selection_method_info() -> &'static MethodInfo
pub fn reset_first_selection_method_info() -> &'static MethodInfo
pub fn hold_selection_method_info() -> &'static MethodInfo
pub fn get_selectable_item_count_method_info() -> &'static MethodInfo
pub fn get_name_method_info() -> &'static MethodInfo
pub fn after_build_method_info() -> &'static MethodInfo
pub fn key_up_method_info() -> &'static MethodInfo
pub fn key_down_method_info() -> &'static MethodInfo
pub fn key_left_method_info() -> &'static MethodInfo
pub fn key_right_method_info() -> &'static MethodInfo
pub fn sort_method_info() -> &'static MethodInfo
pub fn get_marking_item_list_method_info() -> &'static MethodInfo
pub fn put_off_marking_items_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Source§impl WellItemSelectMenu
impl WellItemSelectMenu
Sourcepub unsafe fn get_name(this: impl Into<IlInstance>) -> Il2CppString
pub unsafe fn get_name(this: impl Into<IlInstance>) -> Il2CppString
Direct (non-virtual) call to WellItemSelectMenu’s own GetName. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn after_build(this: impl Into<IlInstance>)
pub unsafe fn after_build(this: impl Into<IlInstance>)
Direct (non-virtual) call to WellItemSelectMenu’s own AfterBuild. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Direct (non-virtual) call to WellItemSelectMenu’s own ClampMenuItemIndex. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn key_up(this: impl Into<IlInstance>, is_trigger: bool)
pub unsafe fn key_up(this: impl Into<IlInstance>, is_trigger: bool)
Direct (non-virtual) call to WellItemSelectMenu’s own KeyUp. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn key_down(this: impl Into<IlInstance>, is_trigger: bool)
pub unsafe fn key_down(this: impl Into<IlInstance>, is_trigger: bool)
Direct (non-virtual) call to WellItemSelectMenu’s own KeyDown. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn key_left(this: impl Into<IlInstance>, is_trigger: bool)
pub unsafe fn key_left(this: impl Into<IlInstance>, is_trigger: bool)
Direct (non-virtual) call to WellItemSelectMenu’s own KeyLeft. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn key_right(this: impl Into<IlInstance>, is_trigger: bool)
pub unsafe fn key_right(this: impl Into<IlInstance>, is_trigger: bool)
Direct (non-virtual) call to WellItemSelectMenu’s own KeyRight. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Source§impl WellItemSelectMenu
impl WellItemSelectMenu
Sourcepub fn new(
menu_item_list: List_1<BasicMenuItem>,
menu_content: WellItemSelectMenuContent,
) -> Self
pub fn new( menu_item_list: List_1<BasicMenuItem>, menu_content: WellItemSelectMenuContent, ) -> Self
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::wellitemselectmenucontent::WellItemSelectMenuContent) — overload selector
Trait Implementations§
Source§impl ClassIdentity for WellItemSelectMenu
impl ClassIdentity for WellItemSelectMenu
Source§impl Clone for WellItemSelectMenu
impl Clone for WellItemSelectMenu
Source§fn clone(&self) -> WellItemSelectMenu
fn clone(&self) -> WellItemSelectMenu
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl FromIlInstance for WellItemSelectMenu
impl FromIlInstance for WellItemSelectMenu
fn from_il_instance(instance: IlInstance) -> Self
fn instantiate() -> Option<Self>
§fn instantiate_with_class(class: Class) -> Option<Self>
fn instantiate_with_class(class: Class) -> Option<Self>
class is a subtype of Self or layout compatibleSource§impl IBasicMenu for WellItemSelectMenu
impl IBasicMenu for WellItemSelectMenu
fn m_status(self) -> BasicMenu_StatusField
fn set_m_status(self, value: BasicMenu_StatusField)
fn m_result(self) -> BasicMenu_Result
fn set_m_result(self, value: BasicMenu_Result)
fn m_scroll_precede_input_a(self) -> bool
fn set_m_scroll_precede_input_a(self, value: bool)
fn m_row_num(self) -> i32
fn set_m_row_num(self, value: i32)
fn m_show_row_num(self) -> i32
fn set_m_show_row_num(self, value: i32)
fn m_select_index(self) -> i32
fn set_m_select_index(self, value: i32)
fn m_select_index_old(self) -> i32
fn set_m_select_index_old(self, value: i32)
fn m_scroll_index(self) -> i32
fn set_m_scroll_index(self, value: i32)
fn m_scroll_index_old(self) -> i32
fn set_m_scroll_index_old(self, value: i32)
fn m_reserved_select_index(self) -> i32
fn set_m_reserved_select_index(self, value: i32)
fn m_reserved_scroll_index(self) -> i32
fn set_m_reserved_scroll_index(self, value: i32)
fn m_reserved_show_row_num(self) -> i32
fn set_m_reserved_show_row_num(self, value: i32)
fn m_memory_display_index(self) -> i32
fn set_m_memory_display_index(self, value: i32)
fn m_suspend(self) -> i32
fn set_m_suspend(self, value: i32)
Source§impl IProcInst for WellItemSelectMenu
impl IProcInst for WellItemSelectMenu
fn m_descs(self) -> Array<ProcDesc>
fn set_m_descs(self, value: Array<ProcDesc>)
fn m_desc_index(self) -> i32
fn set_m_desc_index(self, value: i32)
fn m_name(self) -> Il2CppString
fn set_m_name(self, value: Il2CppString)
fn m_hash_code(self) -> i32
fn set_m_hash_code(self, value: i32)
fn m_super(self) -> ProcInst
fn set_m_super(self, value: ProcInst)
fn m_child(self) -> ProcInst
fn set_m_child(self, value: ProcInst)
fn m_prev(self) -> ProcInst
fn set_m_prev(self, value: ProcInst)
fn m_next(self) -> ProcInst
fn set_m_next(self, value: ProcInst)
fn m_persistent(self) -> ProcVoidMethod
fn set_m_persistent(self, value: ProcVoidMethod)
fn m_state(self) -> ProcInst_State
fn set_m_state(self, value: ProcInst_State)
fn m_suspend(self) -> i32
fn set_m_suspend(self, value: i32)
fn m_wait_time(self) -> f32
fn set_m_wait_time(self, value: f32)
fn m_tick_time(self) -> f32
fn set_m_tick_time(self, value: f32)
fn m_stack(self) -> RawValueStack
fn set_m_stack(self, value: RawValueStack)
Source§impl IWellItemSelectMenu for WellItemSelectMenu
impl IWellItemSelectMenu for WellItemSelectMenu
fn item_kind_list(self) -> Array<ItemData_Kinds>
fn set_item_kind_list(self, value: Array<ItemData_Kinds>)
fn m_selected_kind_index(self) -> i32
fn set_m_selected_kind_index(self, value: i32)
fn m_item_kind(self) -> ItemData_Kinds
fn set_m_item_kind(self, value: ItemData_Kinds)
fn m_selects(self) -> Array<BasicMenuSelect>
fn set_m_selects(self, value: Array<BasicMenuSelect>)
fn m_selected_item_list(self) -> List_1<BasicItemMenuItem>
fn set_m_selected_item_list(self, value: List_1<BasicItemMenuItem>)
impl Copy for WellItemSelectMenu
impl IObject for WellItemSelectMenu
Auto Trait Implementations§
impl Freeze for WellItemSelectMenu
impl RefUnwindSafe for WellItemSelectMenu
impl !Send for WellItemSelectMenu
impl !Sync for WellItemSelectMenu
impl Unpin for WellItemSelectMenu
impl UnwindSafe for WellItemSelectMenu
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Cast for Twhere
T: SystemObject,
impl<T> Cast for Twhere
T: SystemObject,
fn get_class(self) -> Class
fn is_null(self) -> bool
fn rebind_class(self, new_class: Class)
fn override_class(self) -> Class
fn is_instance_of<T>(self) -> boolwhere
T: ClassIdentity,
fn is_direct_subclass_of<T>(self) -> boolwhere
T: ClassIdentity,
fn try_cast<T>(self) -> Option<T>where
T: ClassIdentity + FromIlInstance,
§unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)§impl<T> DefaultInjectedMembers for T
impl<T> DefaultInjectedMembers for T
fn __injected_fields() -> Vec<InjectedFieldDescriptor>
fn __injected_methods() -> Vec<InjectedMethodDescriptor>
fn __injected_overrides() -> Vec<InjectedOverrideDescriptor>
Source§impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, capacity: i32)where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_count(self) -> i32where
Self: Sized,
fn get_item(self, index: i32) -> T0where
Self: Sized,
fn add(self, item: T0)where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn unchecked_add(self, item: T0)where
Self: Sized,
fn ensure_capacity(self, minimum: i32)where
Self: Sized,
Source§impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_location_name(self) -> Il2CppStringwhere
Self: Sized,
fn set_location_name(self, value: Il2CppString)where
Self: Sized,
fn op_implicit(obj: AsyncOperationHandle_1<T0>) -> AsyncOperationHandle
fn ctor(self, op: AsyncOperationBase_1<T0>)where
Self: Sized,
fn get_download_status(self) -> DownloadStatuswhere
Self: Sized,
fn internal_get_download_status(
self,
visited: HashSet_1<Object>,
) -> DownloadStatuswhere
Self: Sized,
fn ctor_2(self, op: IAsyncOperation)where
Self: Sized,
fn ctor_3(self, op: IAsyncOperation, version: i32)where
Self: Sized,
fn ctor_4(self, op: IAsyncOperation, location_name: Il2CppString)where
Self: Sized,
fn ctor_5(self, op: IAsyncOperation, version: i32, location_name: Il2CppString)where
Self: Sized,
fn acquire(self) -> AsyncOperationHandle_1<T0>where
Self: Sized,
fn add_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn remove_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn add_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn get_debug_name(self) -> Il2CppStringwhere
Self: Sized,
fn add_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn equals(self, other: AsyncOperationHandle_1<T0>) -> boolwhere
Self: Sized,
fn get_hash_code(self) -> i32where
Self: Sized,
fn wait_for_completion(self) -> T0where
Self: Sized,
fn get_internal_op(self) -> AsyncOperationBase_1<T0>where
Self: Sized,
fn get_is_done(self) -> boolwhere
Self: Sized,
fn is_valid(self) -> boolwhere
Self: Sized,
fn get_percent_complete(self) -> f32where
Self: Sized,
fn get_reference_count(self) -> i32where
Self: Sized,
fn release(self)where
Self: Sized,
fn get_result(self) -> T0where
Self: Sized,
fn get_status(self) -> AsyncOperationStatuswhere
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<__T> IBasicMenuMethods for __Twhere
__T: IBasicMenu,
impl<__T> IBasicMenuMethods for __Twhere
__T: IBasicMenu,
Source§fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<BasicMenuContent>,
)
fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<BasicMenuContent>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicmenucontent::BasicMenuContent) overloadSource§fn create_default_desc(self) -> Array<ProcDesc>
fn create_default_desc(self) -> Array<ProcDesc>
CreateDefaultDesc() overloadSource§fn get_bind_type(self) -> BasicMenu_BindTypes
fn get_bind_type(self) -> BasicMenu_BindTypes
get_BindType() overloadBindParentMenu() overloadSource§fn set_active(self, active: impl Into<bool>)
fn set_active(self, active: impl Into<bool>)
SetActive(bool) overloadSource§fn set_active_all(self, active: impl Into<bool>)
fn set_active_all(self, active: impl Into<bool>)
SetActiveAll(bool) overloadSource§fn open_anime(self)
fn open_anime(self)
OpenAnime() overloadSource§fn open_anime_all(self)
fn open_anime_all(self)
OpenAnimeAll() overloadSource§fn close_anime(self)
fn close_anime(self)
CloseAnime() overloadSource§fn close_anime_all(self)
fn close_anime_all(self)
CloseAnimeAll() overloadSource§fn after_build(self)
fn after_build(self)
AfterBuild() overloadSource§fn on_cursor_move_end(self)
fn on_cursor_move_end(self)
OnCursorMoveEnd() overloadSource§fn on_suspend(self)
fn on_suspend(self)
OnSuspend() overloadSource§fn on_dispose(self)
fn on_dispose(self)
OnDispose() overloadSource§fn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overloadGetMenuItem(i32) overloadGetMenuItemNum() overloadClampMenuItemIndex(i32) overloadGetMenuItemIndex(crate::app::basicmenuitem::BasicMenuItem) overloadSource§fn get_row_num(self) -> i32
fn get_row_num(self) -> i32
GetRowNum() overloadSource§fn get_show_row_num(self) -> i32
fn get_show_row_num(self) -> i32
GetShowRowNum() overloadSource§fn set_show_row_num(self, row_num: impl Into<i32>)
fn set_show_row_num(self, row_num: impl Into<i32>)
SetShowRowNum(i32) overloadSource§fn set_show_row_auto(self)
fn set_show_row_auto(self)
SetShowRowAuto() overloadSource§fn get_show_row_max(self) -> i32
fn get_show_row_max(self) -> i32
GetShowRowMax() overloadSource§fn get_build_row_num(self) -> i32
fn get_build_row_num(self) -> i32
GetBuildRowNum() overloadSource§fn get_select_index(self) -> i32
fn get_select_index(self) -> i32
GetSelectIndex() overloadSource§fn get_select_index_old(self) -> i32
fn get_select_index_old(self) -> i32
GetSelectIndexOld() overloadSource§fn set_select_index(self, select_index: impl Into<i32>)
fn set_select_index(self, select_index: impl Into<i32>)
SetSelectIndex(i32) overloadSource§fn update_select_index_old(self)
fn update_select_index_old(self)
UpdateSelectIndexOld() overloadSource§fn adjust_select_index(self)
fn adjust_select_index(self)
AdjustSelectIndex() overloadSource§fn get_scroll_index(self) -> i32
fn get_scroll_index(self) -> i32
GetScrollIndex() overloadSource§fn get_scroll_index_old(self) -> i32
fn get_scroll_index_old(self) -> i32
GetScrollIndexOld() overloadSource§fn set_scroll_index(self, scroll_index: impl Into<i32>)
fn set_scroll_index(self, scroll_index: impl Into<i32>)
SetScrollIndex(i32) overloadSource§fn update_scroll_index_old(self)
fn update_scroll_index_old(self)
UpdateScrollIndexOld() overloadSource§fn adjust_scroll_index(self)
fn adjust_scroll_index(self)
AdjustScrollIndex() overloadSource§fn save_select(self, sel: impl Into<BasicMenuSelect>)
fn save_select(self, sel: impl Into<BasicMenuSelect>)
SaveSelect(crate::app::basicmenuselect::BasicMenuSelect) overloadSource§fn restore_select(self, sel: impl Into<BasicMenuSelect>)
fn restore_select(self, sel: impl Into<BasicMenuSelect>)
RestoreSelect(crate::app::basicmenuselect::BasicMenuSelect) overloadSource§fn is_opening(self) -> bool
fn is_opening(self) -> bool
IsOpening() overloadSource§fn is_closing(self) -> bool
fn is_closing(self) -> bool
IsClosing() overloadSource§fn is_cursor_hide(self) -> bool
fn is_cursor_hide(self) -> bool
IsCursorHide() overloadSource§fn set_cursor_hide(self, onoff: impl Into<bool>)
fn set_cursor_hide(self, onoff: impl Into<bool>)
SetCursorHide(bool) overloadSource§fn is_input_disable(self) -> bool
fn is_input_disable(self) -> bool
IsInputDisable() overloadSource§fn set_input_disable(self, onoff: impl Into<bool>)
fn set_input_disable(self, onoff: impl Into<bool>)
SetInputDisable(bool) overloadSource§fn is_input_disable_now_frame(self) -> bool
fn is_input_disable_now_frame(self) -> bool
IsInputDisableNowFrame() overloadSource§fn set_input_disable_now_frame(self, onoff: impl Into<bool>)
fn set_input_disable_now_frame(self, onoff: impl Into<bool>)
SetInputDisableNowFrame(bool) overloadSource§fn is_cursor_moved(self) -> bool
fn is_cursor_moved(self) -> bool
IsCursorMoved() overloadSource§fn set_cursor_moved(self, onoff: impl Into<bool>)
fn set_cursor_moved(self, onoff: impl Into<bool>)
SetCursorMoved(bool) overloadSource§fn is_close_called(self) -> bool
fn is_close_called(self) -> bool
IsCloseCalled() overloadSource§fn set_close_called(self, onoff: impl Into<bool>)
fn set_close_called(self, onoff: impl Into<bool>)
SetCloseCalled(bool) overloadSource§fn is_rebuild(self) -> bool
fn is_rebuild(self) -> bool
IsRebuild() overloadSource§fn is_system_call(self) -> bool
fn is_system_call(self) -> bool
IsSystemCall() overloadSource§fn set_cursor_move_frame(self, frame: impl Into<f32>)
fn set_cursor_move_frame(self, frame: impl Into<f32>)
SetCursorMoveFrame(f32) overloadSource§fn cursor_move_instant(self)
fn cursor_move_instant(self)
CursorMoveInstant() overloadSource§fn set_scroll_frame(self, frame: impl Into<f32>)
fn set_scroll_frame(self, frame: impl Into<f32>)
SetScrollFrame(f32) overloadSource§fn scroll_instant(self)
fn scroll_instant(self)
ScrollInstant() overloadSource§fn set_back_cursor_color(self, c: impl Into<Color>)
fn set_back_cursor_color(self, c: impl Into<Color>)
SetBackCursorColor(crate::unity_engine::color::Color) overloadSource§fn set_cursor_to_keep_animator_state(self, keep: impl Into<bool>)
fn set_cursor_to_keep_animator_state(self, keep: impl Into<bool>)
SetCursorToKeepAnimatorState(bool) overloadSource§fn move_front_cursor_from(
self,
from_x: impl Into<f32>,
from_y: impl Into<f32>,
frame: impl Into<f32>,
)
fn move_front_cursor_from( self, from_x: impl Into<f32>, from_y: impl Into<f32>, frame: impl Into<f32>, )
MoveFrontCursorFrom(f32, f32, f32) overloadSource§fn move_front_cursor_from_2(
self,
from_menu_item: impl Into<BasicMenuItem>,
frame: impl Into<f32>,
)
fn move_front_cursor_from_2( self, from_menu_item: impl Into<BasicMenuItem>, frame: impl Into<f32>, )
MoveFrontCursorFrom(crate::app::basicmenuitem::BasicMenuItem, f32) overloadSource§fn put_cursor_in_front(self)
fn put_cursor_in_front(self)
PutCursorInFront() overloadSource§fn put_cursor_in_back(self)
fn put_cursor_in_back(self)
PutCursorInBack() overloadSource§fn set_cursor_front_back(self, is_front: impl Into<bool>)
fn set_cursor_front_back(self, is_front: impl Into<bool>)
SetCursorFrontBack(bool) overloadSource§fn restart_cursor_animation(self)
fn restart_cursor_animation(self)
RestartCursorAnimation() overloadGetSubMenuBaseTransform() overloadSource§fn is_suspend(self) -> bool
fn is_suspend(self) -> bool
IsSuspend() overloadSource§fn inc_suspend(self)
fn inc_suspend(self)
IncSuspend() overloadSource§fn dec_suspend(self)
fn dec_suspend(self)
DecSuspend() overloadSource§fn get_anchor_type(self) -> BasicMenu_AnchorType
fn get_anchor_type(self) -> BasicMenu_AnchorType
GetAnchorType() overloadSource§fn set_anchor_type(
self,
anchor_type: impl Into<BasicMenu_AnchorType>,
x: impl Into<f32>,
y: impl Into<f32>,
)
fn set_anchor_type( self, anchor_type: impl Into<BasicMenu_AnchorType>, x: impl Into<f32>, y: impl Into<f32>, )
SetAnchorType(crate::app::basicmenu::BasicMenu_AnchorType, f32, f32) overloadSource§fn set_anchor_type_from_screen_coord(
self,
anchor_type: impl Into<BasicMenu_AnchorType>,
x: impl Into<f32>,
y: impl Into<f32>,
)
fn set_anchor_type_from_screen_coord( self, anchor_type: impl Into<BasicMenu_AnchorType>, x: impl Into<f32>, y: impl Into<f32>, )
SetAnchorTypeFromScreenCoord(crate::app::basicmenu::BasicMenu_AnchorType, f32, f32) overloadSetTransformAsSubMenu(crate::app::basicmenu::BasicMenu, crate::app::basicmenuitem::BasicMenuItem) overloadSource§fn set_color(self, color: impl Into<Color>)
fn set_color(self, color: impl Into<Color>)
SetColor(crate::unity_engine::color::Color) overloadSource§fn set_as_first_sibling(self)
fn set_as_first_sibling(self)
SetAsFirstSibling() overloadSource§fn set_as_last_sibling(self)
fn set_as_last_sibling(self)
SetAsLastSibling() overloadSource§fn rebuild_instant(self, is_keep_item_index: impl Into<bool>)
fn rebuild_instant(self, is_keep_item_index: impl Into<bool>)
RebuildInstant(bool) overloadSource§fn rebuild_instant_2(self, menu_select: impl Into<BasicMenuSelect>)
fn rebuild_instant_2(self, menu_select: impl Into<BasicMenuSelect>)
RebuildInstant(crate::app::basicmenuselect::BasicMenuSelect) overloadSource§fn rebuild_instant_3(
self,
menu_select: impl Into<BasicMenuSelect>,
display_index: impl Into<i32>,
)
fn rebuild_instant_3( self, menu_select: impl Into<BasicMenuSelect>, display_index: impl Into<i32>, )
RebuildInstant(crate::app::basicmenuselect::BasicMenuSelect, i32) overloadCloseParentMenu() overloadDeleteParentMenu() overloadSource§fn tick_input(self) -> bool
fn tick_input(self) -> bool
TickInput() overloadSource§fn system_call(self) -> BasicMenu_Result
fn system_call(self) -> BasicMenu_Result
SystemCall() overloadSource§fn key_call(self) -> BasicMenu_Result
fn key_call(self) -> BasicMenu_Result
KeyCall() overloadSource§fn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overloadSource§fn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overloadSource§fn x_call(self) -> BasicMenu_Result
fn x_call(self) -> BasicMenu_Result
XCall() overloadSource§fn y_call(self) -> BasicMenu_Result
fn y_call(self) -> BasicMenu_Result
YCall() overloadSource§fn l_call(self) -> BasicMenu_Result
fn l_call(self) -> BasicMenu_Result
LCall() overloadSource§fn r_call(self) -> BasicMenu_Result
fn r_call(self) -> BasicMenu_Result
RCall() overloadSource§fn plus_call(self) -> BasicMenu_Result
fn plus_call(self) -> BasicMenu_Result
PlusCall() overloadSource§fn minus_call(self) -> BasicMenu_Result
fn minus_call(self) -> BasicMenu_Result
MinusCall() overloadSource§fn custom_call(self) -> BasicMenu_Result
fn custom_call(self) -> BasicMenu_Result
CustomCall() overloadSource§fn play_cursor_se(self)
fn play_cursor_se(self)
PlayCursorSE() overloadSource§fn play_decide_se(self)
fn play_decide_se(self)
PlayDecideSE() overloadSource§fn play_decide_big_se(self)
fn play_decide_big_se(self)
PlayDecideBigSE() overloadSource§fn play_cancel_se(self)
fn play_cancel_se(self)
PlayCancelSE() overloadSource§fn get_tutorial(self) -> Il2CppString
fn get_tutorial(self) -> Il2CppString
GetTutorial() overloadSource§fn try_tutorial(self)
fn try_tutorial(self)
TryTutorial() overloadSource§impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
Source§impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>, get_enumerator_ret_type: i32)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> KeyValuePair_2<T0, T1>where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntrywhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_key(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_value(self) -> Objectwhere
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T1where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn resolve(self, resolver: IExposedPropertyTable) -> T0where
Self: Sized,
Source§impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, set: HashSet_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn initialize() -> IntPtr
Source§impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
Source§impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, initialize: bool)where
Self: Sized,
fn ctor_2(self, max_capacity: i32)where
Self: Sized,
fn add_range(self, items: IEnumerable_1<T0>)where
Self: Sized,
fn copy_to(self, array: Array<T0>, array_index: i32, count: i32)where
Self: Sized,
fn get_buffer(self, index: i32) -> Array<T0>where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn try_move(self) -> (bool, Array<T0>)where
Self: Sized,
fn allocate_buffer(self)where
Self: Sized,
Source§impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: LinkedList_1<T0>)where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
self,
sender: Object,
)where
Self: Sized,
Source§impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_count(self) -> i32where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_item(self) -> (*mut T0, i32)where
Self: Sized,
fn get_unchecked(self) -> (*mut T0, i32)where
Self: Sized,
fn try_add(self) -> (bool, T0)where
Self: Sized,
fn try_copy_to(self, other: ListBuffer_1<T0>) -> boolwhere
Self: Sized,
Source§impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: List_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn move_next_rare(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<__T> IObjectMethods for __Twhere
__T: IObject,
impl<__T> IObjectMethods for __Twhere
__T: IObject,
Source§fn equals(self, obj: impl Into<Object>) -> bool
fn equals(self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() overloadSource§fn memberwise_clone(self) -> Object
fn memberwise_clone(self) -> Object
MemberwiseClone() overloadSource§fn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() overloadSource§fn field_getter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
) -> IlInstance
fn field_getter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, ) -> IlInstance
FieldGetter(::unity::Il2CppString, ::unity::Il2CppString, *mut::unity::IlInstance) overloadSource§fn field_setter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
val: impl Into<Object>,
)
fn field_setter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, val: impl Into<Object>, )
FieldSetter(::unity::Il2CppString, ::unity::Il2CppString, crate::system::object::Object) overloadSource§impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, value: T0, pool: ObjectPool_1_2<T0>)where
Self: Sized,
fn system_i_disposable_dispose(self)where
Self: Sized,
Source§impl<__T> IProcInstMethods for __Twhere
__T: IProcInst,
impl<__T> IProcInstMethods for __Twhere
__T: IProcInst,
Source§fn get_no_desc(self) -> Array<ProcDesc>
fn get_no_desc(self) -> Array<ProcDesc>
GetNoDesc() overloadSource§fn get_coroutine(self) -> Array<ProcDesc>
fn get_coroutine(self) -> Array<ProcDesc>
GetCoroutine() overloadSource§fn create_no_desc(self, super_: impl Into<ProcInst>) -> ProcInst
fn create_no_desc(self, super_: impl Into<ProcInst>) -> ProcInst
CreateNoDesc(crate::app::procinst::ProcInst) overloadSource§fn create_coroutine(self, super_: impl Into<ProcInst>) -> ProcInst
fn create_coroutine(self, super_: impl Into<ProcInst>) -> ProcInst
CreateCoroutine(crate::app::procinst::ProcInst) overloadSource§fn create_bind_no_desc(self, super_: impl Into<ProcInst>) -> ProcInst
fn create_bind_no_desc(self, super_: impl Into<ProcInst>) -> ProcInst
CreateBindNoDesc(crate::app::procinst::ProcInst) overloadSource§fn create_bind_coroutine(self, super_: impl Into<ProcInst>) -> ProcInst
fn create_bind_coroutine(self, super_: impl Into<ProcInst>) -> ProcInst
CreateBindCoroutine(crate::app::procinst::ProcInst) overloadSource§fn create(
self,
super_: impl Into<ProcInst>,
descs: impl Into<Array<ProcDesc>>,
name: impl Into<Il2CppString>,
) -> ProcInst
fn create( self, super_: impl Into<ProcInst>, descs: impl Into<Array<ProcDesc>>, name: impl Into<Il2CppString>, ) -> ProcInst
Create(crate::app::procinst::ProcInst, ::unity::Array<crate::app::procdesc::ProcDesc>, ::unity::Il2CppString) overloadSource§fn create_bind(
self,
super_: impl Into<ProcInst>,
descs: impl Into<Array<ProcDesc>>,
name: impl Into<Il2CppString>,
) -> ProcInst
fn create_bind( self, super_: impl Into<ProcInst>, descs: impl Into<Array<ProcDesc>>, name: impl Into<Il2CppString>, ) -> ProcInst
CreateBind(crate::app::procinst::ProcInst, ::unity::Array<crate::app::procdesc::ProcDesc>, ::unity::Il2CppString) overloadSource§fn create_root(self, name: impl Into<Il2CppString>) -> ProcInst
fn create_root(self, name: impl Into<Il2CppString>) -> ProcInst
CreateRoot(::unity::Il2CppString) overloadSource§fn recursive_tick(self)
fn recursive_tick(self)
RecursiveTick() overloadSource§fn recursive_persistent_task(self)
fn recursive_persistent_task(self)
RecursivePersistentTask() overloadSource§fn recursive_remove(self)
fn recursive_remove(self)
RecursiveRemove() overloadSource§fn get_wait_time(self) -> f32
fn get_wait_time(self) -> f32
GetWaitTime() overloadSource§fn is_parent_bind(self) -> bool
fn is_parent_bind(self) -> bool
IsParentBind() overloadSource§fn is_continue_execute(self) -> bool
fn is_continue_execute(self) -> bool
IsContinueExecute() overloadSource§fn jump_2(self, label: impl Into<ValueType>)
fn jump_2(self, label: impl Into<ValueType>)
Jump(crate::system::valuetype::ValueType) overloadSource§fn try_jump(self, label: impl Into<ValueType>) -> bool
fn try_jump(self, label: impl Into<ValueType>) -> bool
TryJump(crate::system::valuetype::ValueType) overloadSource§fn push_jump_2(self, label: impl Into<ValueType>)
fn push_jump_2(self, label: impl Into<ValueType>)
PushJump(crate::system::valuetype::ValueType) overloadSource§fn jump_imm_2(self, label: impl Into<ValueType>)
fn jump_imm_2(self, label: impl Into<ValueType>)
JumpImm(crate::system::valuetype::ValueType) overloadSource§fn delete_child(self)
fn delete_child(self)
DeleteChild() overloadSource§fn get_tick_time(self) -> f32
fn get_tick_time(self) -> f32
get_TickTime() overloadSource§fn set_tick_time(self, value: impl Into<f32>)
fn set_tick_time(self, value: impl Into<f32>)
set_TickTime(f32) overloadSource§fn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
get_Name() overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
get_HashCode() overloadSource§fn get_persistent_method(self) -> ProcVoidMethod
fn get_persistent_method(self) -> ProcVoidMethod
get_PersistentMethod() overloadSource§fn set_persistent_method(self, value: impl Into<ProcVoidMethod>)
fn set_persistent_method(self, value: impl Into<ProcVoidMethod>)
set_PersistentMethod(crate::app::procvoidmethod::ProcVoidMethod) overloadSource§fn get_desc_index(self) -> i32
fn get_desc_index(self) -> i32
get_DescIndex() overloadSource§fn get_desc_type(self) -> ProcDesc_Type
fn get_desc_type(self) -> ProcDesc_Type
get_DescType() overloadSource§fn create_internal(
self,
super_: impl Into<ProcInst>,
descs: impl Into<Array<ProcDesc>>,
name: impl Into<Il2CppString>,
is_bind: impl Into<bool>,
) -> ProcInst
fn create_internal( self, super_: impl Into<ProcInst>, descs: impl Into<Array<ProcDesc>>, name: impl Into<Il2CppString>, is_bind: impl Into<bool>, ) -> ProcInst
CreateInternal(crate::app::procinst::ProcInst, ::unity::Array<crate::app::procdesc::ProcDesc>, ::unity::Il2CppString, bool) overloadSource§fn create_internal_2(
self,
descs: impl Into<Array<ProcDesc>>,
name: impl Into<Il2CppString>,
) -> ProcInst
fn create_internal_2( self, descs: impl Into<Array<ProcDesc>>, name: impl Into<Il2CppString>, ) -> ProcInst
CreateInternal(::unity::Array<crate::app::procdesc::ProcDesc>, ::unity::Il2CppString) overloadSource§fn connect(self, super_: impl Into<ProcInst>)
fn connect(self, super_: impl Into<ProcInst>)
Connect(crate::app::procinst::ProcInst) overloadSource§fn disconnect(self)
fn disconnect(self)
Disconnect() overloadSource§fn marking_death(self, is_first: impl Into<bool>)
fn marking_death(self, is_first: impl Into<bool>)
MarkingDeath(bool) overloadSource§fn get_can_wait_skip(self) -> bool
fn get_can_wait_skip(self) -> bool
get_CanWaitSkip() overloadSource§fn on_coroutine(self) -> IEnumerator
fn on_coroutine(self) -> IEnumerator
OnCoroutine() overloadSource§fn on_persistent(self)
fn on_persistent(self)
OnPersistent() overloadSource§fn on_dispose(self)
fn on_dispose(self)
OnDispose() overloadSource§fn on_singleton_create(self)
fn on_singleton_create(self)
OnSingletonCreate() overloadSource§fn on_singleton_dispose(self)
fn on_singleton_dispose(self)
OnSingletonDispose() overloadSource§fn on_shutdown(self)
fn on_shutdown(self)
OnShutdown() overloadSource§fn on_draw_monitor(self, monitor: impl Into<DebugMonitor>)
fn on_draw_monitor(self, monitor: impl Into<DebugMonitor>)
OnDrawMonitor(crate::app::debugmonitor::DebugMonitor) overloadSource§fn get_debug_log(self) -> Il2CppString
fn get_debug_log(self) -> Il2CppString
GetDebugLog() overloadSource§fn shutdown_child(self)
fn shutdown_child(self)
ShutdownChild() overloadSource§fn draw_monitor(self, monitor: impl Into<DebugMonitor>)
fn draw_monitor(self, monitor: impl Into<DebugMonitor>)
DrawMonitor(crate::app::debugmonitor::DebugMonitor) overloadSource§impl<T0, __U> IQueue_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IQueue_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, q: Queue_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn throw_enumeration_not_started_or_ended(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IScriptPlayable_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IScriptPlayable_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_null() -> ScriptPlayable_1<T0>
fn create(graph: PlayableGraph, input_count: i32) -> ScriptPlayable_1<T0>
fn create_2( graph: PlayableGraph, template: T0, input_count: i32, ) -> ScriptPlayable_1<T0>
fn create_handle( graph: PlayableGraph, template: T0, input_count: i32, ) -> PlayableHandle
fn create_script_instance() -> Object
fn clone_script_instance(source: IPlayableBehaviour_Interface) -> Object
fn clone_script_instance_from_engine_object(source: Object_2) -> Object
fn ctor(self, handle: PlayableHandle)where
Self: Sized,
fn get_handle(self) -> PlayableHandlewhere
Self: Sized,
fn get_behaviour(self) -> T0where
Self: Sized,
fn op_implicit(playable: ScriptPlayable_1<T0>) -> Playable
fn op_explicit(playable: Playable) -> ScriptPlayable_1<T0>
fn equals(self, other: ScriptPlayable_1<T0>) -> boolwhere
Self: Sized,
fn cctor()
Source§impl<T0, T1, __U> ISortedDictionary_2_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> ISortedDictionary_2_EnumeratorMethods<T0, T1> for __U
fn ctor(
self,
dictionary: SortedDictionary_2<T0, T1>,
get_enumerator_ret_type: i32,
)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn dispose(self)where
Self: Sized,
fn get_current(self) -> KeyValuePair_2<T0, T1>where
Self: Sized,
fn get_not_started_or_ended(self) -> boolwhere
Self: Sized,
fn reset(self)where
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_key(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_value(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntrywhere
Self: Sized,
Source§impl<T0, T1, __U> ISortedDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> ISortedDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, T1, __U> ISortedDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> ISortedDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T1where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> ISortedSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ISortedSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, set: SortedSet_1<T0>)where
Self: Sized,
fn ctor_2(self, set: SortedSet_1<T0>, reverse: bool)where
Self: Sized,
fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
self,
sender: Object,
)where
Self: Sized,
fn initialize(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn dispose(self)where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn get_not_started_or_ended(self) -> boolwhere
Self: Sized,
fn reset(self)where
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn cctor()
Source§impl<T0, __U> IStack_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IStack_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, stack: Stack_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn throw_enumeration_not_started_or_ended(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> ITMP_TextProcessingStack_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ITMP_TextProcessingStack_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, stack: Array<T0>)where
Self: Sized,
fn ctor_2(self, capacity: i32)where
Self: Sized,
fn ctor_3(self, capacity: i32, rollover_size: i32)where
Self: Sized,
fn get_count(self) -> i32where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn get_rollover_size(self) -> i32where
Self: Sized,
fn set_rollover_size(self, value: i32)where
Self: Sized,
fn set_default(stack: Array<TMP_TextProcessingStack_1<T0>>, item: T0)
fn clear(self)where
Self: Sized,
fn set_default_2(self, item: T0)where
Self: Sized,
fn add(self, item: T0)where
Self: Sized,
fn remove(self) -> T0where
Self: Sized,
fn push(self, item: T0)where
Self: Sized,
fn pop(self) -> T0where
Self: Sized,
fn peek(self) -> T0where
Self: Sized,
fn current_item(self) -> T0where
Self: Sized,
fn previous_item(self) -> T0where
Self: Sized,
Source§impl<__T> IWellItemSelectMenuMethods for __Twhere
__T: IWellItemSelectMenu,
impl<__T> IWellItemSelectMenuMethods for __Twhere
__T: IWellItemSelectMenu,
Source§fn get_selected_kind(self) -> ItemData_Kinds
fn get_selected_kind(self) -> ItemData_Kinds
get_SelectedKind() overloadSource§fn get_m_common_display_index(self) -> i32
fn get_m_common_display_index(self) -> i32
get_m_CommonDisplayIndex() overloadSource§fn set_m_common_display_index(self, value: impl Into<i32>)
fn set_m_common_display_index(self, value: impl Into<i32>)
set_m_CommonDisplayIndex(i32) overloadSource§fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<WellItemSelectMenuContent>,
)
fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<WellItemSelectMenuContent>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::wellitemselectmenucontent::WellItemSelectMenuContent) overloadSource§fn get_select_item(self) -> UnitItem
fn get_select_item(self) -> UnitItem
GetSelectItem() overloadSource§fn save_select_item(self)
fn save_select_item(self)
SaveSelectItem() overloadSource§fn get_select_unit(self) -> Unit
fn get_select_unit(self) -> Unit
GetSelectUnit() overloadSource§fn update_unit(self, unit: impl Into<Unit>)
fn update_unit(self, unit: impl Into<Unit>)
UpdateUnit(crate::app::unit::Unit) overloadSource§fn update_unit_2(self, unit: impl Into<Unit>, is_chara_only_on: impl Into<bool>)
fn update_unit_2(self, unit: impl Into<Unit>, is_chara_only_on: impl Into<bool>)
UpdateUnit(crate::app::unit::Unit, bool) overloadSource§fn update_item_help(self, unit: impl Into<Unit>, item: impl Into<UnitItem>)
fn update_item_help(self, unit: impl Into<Unit>, item: impl Into<UnitItem>)
UpdateItemHelp(crate::app::unit::Unit, crate::app::unititem::UnitItem) overloadSource§fn is_marking_item_full(self) -> bool
fn is_marking_item_full(self) -> bool
IsMarkingItemFull() overloadSource§fn is_marking_item_empty(self) -> bool
fn is_marking_item_empty(self) -> bool
IsMarkingItemEmpty() overloadSource§fn add_selected_item(
self,
unit: impl Into<Unit>,
owner_item_index: impl Into<i32>,
menu_item: impl Into<WellItemSelectMenuItem>,
)
fn add_selected_item( self, unit: impl Into<Unit>, owner_item_index: impl Into<i32>, menu_item: impl Into<WellItemSelectMenuItem>, )
AddSelectedItem(crate::app::unit::Unit, i32, crate::app::wellitemselectmenuitem::WellItemSelectMenuItem) overloadSource§fn remove_selected_item(
self,
unit: impl Into<Unit>,
owner_item_index: impl Into<i32>,
)
fn remove_selected_item( self, unit: impl Into<Unit>, owner_item_index: impl Into<i32>, )
RemoveSelectedItem(crate::app::unit::Unit, i32) overloadSource§fn remove_selected_last_item(self) -> bool
fn remove_selected_last_item(self) -> bool
RemoveSelectedLastItem() overloadSource§fn get_last_selected_item(self) -> WellItemSelectMenuItem
fn get_last_selected_item(self) -> WellItemSelectMenuItem
GetLastSelectedItem() overloadSource§fn set_item_kind_index(
self,
kind_index: impl Into<i32>,
is_auto_select: impl Into<bool>,
)
fn set_item_kind_index( self, kind_index: impl Into<i32>, is_auto_select: impl Into<bool>, )
SetItemKindIndex(i32, bool) overloadSource§fn set_first_kind(self, is_auto_select: impl Into<bool>)
fn set_first_kind(self, is_auto_select: impl Into<bool>)
SetFirstKind(bool) overloadSource§fn set_last_kind(self, is_auto_select: impl Into<bool>)
fn set_last_kind(self, is_auto_select: impl Into<bool>)
SetLastKind(bool) overloadSource§fn set_first_selection(self)
fn set_first_selection(self)
SetFirstSelection() overloadSource§fn reset_first_selection(self)
fn reset_first_selection(self)
ResetFirstSelection() overloadSetSelectIndexOnChangeMenu(i32, crate::app::wellitemselectmenu::WellItemSelectMenu_Kinds) overloadSource§fn hold_selection(self)
fn hold_selection(self)
HoldSelection() overloadUpdateMenu(bool) overloadSource§fn get_selectable_item_count(self) -> i32
fn get_selectable_item_count(self) -> i32
GetSelectableItemCount() overloadSource§fn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overloadSource§fn after_build(self)
fn after_build(self)
AfterBuild() overloadClampMenuItemIndex(i32) overloadSource§fn get_marking_item_list(self) -> List_1<UnitItem>
fn get_marking_item_list(self) -> List_1<UnitItem>
GetMarkingItemList() overloadSource§fn put_off_marking_items(self)
fn put_off_marking_items(self)
PutOffMarkingItems() overload