Skip to main content

IRefineRingTimesSelectMenuItemMethods

Trait IRefineRingTimesSelectMenuItemMethods 

Source
pub trait IRefineRingTimesSelectMenuItemMethods: IRefineRingTimesSelectMenuItem {
Show 14 methods // Provided methods fn get_m_times(self) -> i32 { ... } fn set_m_times(self, value: impl Into<i32>) { ... } fn get_m_pieces_of_bond(self) -> i32 { ... } fn set_m_pieces_of_bond(self, value: impl Into<i32>) { ... } fn get_m_is_enough_piece_of_bond(self) -> bool { ... } fn set_m_is_enough_piece_of_bond(self, value: impl Into<bool>) { ... } fn ctor( self, times: impl Into<i32>, decide_event_handler: impl Into<RefineRingTimesSelectMenu_DecideEventHandler>, ) { ... } fn get_name(self) -> Il2CppString { ... } fn build_attribute(self) -> BasicMenuItem_Attribute { ... } fn on_build(self) { ... } fn on_build_menu_item_content(self) { ... } fn set_initial_color(self) { ... } fn a_call(self) -> BasicMenu_Result { ... } fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_m_times(self) -> i32

get_m_Times() overload

Source

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

set_m_Times(i32) overload

Source

fn get_m_pieces_of_bond(self) -> i32

get_m_PiecesOfBond() overload

Source

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

set_m_PiecesOfBond(i32) overload

Source

fn get_m_is_enough_piece_of_bond(self) -> bool

get_m_IsEnoughPieceOfBond() overload

Source

fn set_m_is_enough_piece_of_bond(self, value: impl Into<bool>)

set_m_IsEnoughPieceOfBond(bool) overload

Source

fn ctor( self, times: impl Into<i32>, decide_event_handler: impl Into<RefineRingTimesSelectMenu_DecideEventHandler>, )

.ctor(i32, crate::app::refineringtimesselectmenu::RefineRingTimesSelectMenu_DecideEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_build(self)

OnBuild() overload

Source

fn on_build_menu_item_content(self)

OnBuildMenuItemContent() overload

Source

fn set_initial_color(self)

SetInitialColor() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IRefineRingTimesSelectMenuItem> IRefineRingTimesSelectMenuItemMethods for __T

Available on crate feature app-refineringtimesselectmenuitem only.