Skip to main content

IExchangeYesNoDialogMethods

Trait IExchangeYesNoDialogMethods 

Source
pub trait IExchangeYesNoDialogMethods: IExchangeYesNoDialog {
Show 35 methods // Provided methods fn get_m_get_item_title(self) -> Il2CppString { ... } fn set_m_get_item_title(self, value: impl Into<Il2CppString>) { ... } fn get_m_get_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam> { ... } fn set_m_get_item_param_list( self, value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, ) { ... } fn get_m_get_money_param(self) -> ExchangeYesNoDialog_MoneyParam { ... } fn set_m_get_money_param( self, value: impl Into<ExchangeYesNoDialog_MoneyParam>, ) { ... } fn get_m_get_item_before_param(self) -> ExchangeYesNoDialog_ItemParam { ... } fn set_m_get_item_before_param( self, value: impl Into<ExchangeYesNoDialog_ItemParam>, ) { ... } fn get_m_get_item_after_param(self) -> ExchangeYesNoDialog_ItemParam { ... } fn set_m_get_item_after_param( self, value: impl Into<ExchangeYesNoDialog_ItemParam>, ) { ... } fn get_m_cost_item_title(self) -> Il2CppString { ... } fn set_m_cost_item_title(self, value: impl Into<Il2CppString>) { ... } fn get_m_cost_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam> { ... } fn set_m_cost_item_param_list( self, value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, ) { ... } fn get_m_cost_money_param(self) -> ExchangeYesNoDialog_MoneyParam { ... } fn set_m_cost_money_param( self, value: impl Into<ExchangeYesNoDialog_MoneyParam>, ) { ... } fn get_m_using_get_item_list(self) -> bool { ... } fn set_m_using_get_item_list(self, value: impl Into<bool>) { ... } fn get_m_using_get_before_after(self) -> bool { ... } fn set_m_using_get_before_after(self, value: impl Into<bool>) { ... } fn get_m_using_get_long_name(self) -> bool { ... } fn set_m_using_get_long_name(self, value: impl Into<bool>) { ... } fn get_m_using_get_name_only(self) -> bool { ... } fn set_m_using_get_name_only(self, value: impl Into<bool>) { ... } fn get_m_enabled_key_wait_style(self) -> bool { ... } fn set_m_enabled_key_wait_style(self, value: impl Into<bool>) { ... } fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, get_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, ) { ... } fn ctor_2( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_before_param: impl Into<ExchangeYesNoDialog_ItemParam>, get_item_after_param: impl Into<ExchangeYesNoDialog_ItemParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, ) { ... } fn ctor_3( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_param: impl Into<ExchangeYesNoDialog_ItemParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, ) { ... } fn ctor_4( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_name: impl Into<Il2CppString>, cost_item_title: impl Into<Il2CppString>, cost_item_name: impl Into<Il2CppString>, ) { ... } fn ctor_5( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_item_title: impl Into<Il2CppString>, cost_item_name: impl Into<Il2CppString>, ) { ... } fn on_dispose(self) { ... } fn after_build(self) { ... } fn set_key_wait_style(self, enabled: impl Into<bool>) { ... } fn set_dispose_event_handler(self, dispose_event_handler: impl Into<Action>) { ... }
}

Provided Methods§

Source

fn get_m_get_item_title(self) -> Il2CppString

get_m_GetItemTitle() overload

Source

fn set_m_get_item_title(self, value: impl Into<Il2CppString>)

set_m_GetItemTitle(::unity::Il2CppString) overload

Source

fn get_m_get_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam>

get_m_GetItemParamList() overload

Source

fn set_m_get_item_param_list( self, value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, )

set_m_GetItemParamList(crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>) overload

Source

fn get_m_get_money_param(self) -> ExchangeYesNoDialog_MoneyParam

get_m_GetMoneyParam() overload

Source

fn set_m_get_money_param(self, value: impl Into<ExchangeYesNoDialog_MoneyParam>)

set_m_GetMoneyParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload

Source

fn get_m_get_item_before_param(self) -> ExchangeYesNoDialog_ItemParam

get_m_GetItemBeforeParam() overload

Source

fn set_m_get_item_before_param( self, value: impl Into<ExchangeYesNoDialog_ItemParam>, )

set_m_GetItemBeforeParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam) overload

Source

fn get_m_get_item_after_param(self) -> ExchangeYesNoDialog_ItemParam

get_m_GetItemAfterParam() overload

Source

fn set_m_get_item_after_param( self, value: impl Into<ExchangeYesNoDialog_ItemParam>, )

set_m_GetItemAfterParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam) overload

Source

fn get_m_cost_item_title(self) -> Il2CppString

get_m_CostItemTitle() overload

Source

fn set_m_cost_item_title(self, value: impl Into<Il2CppString>)

set_m_CostItemTitle(::unity::Il2CppString) overload

Source

fn get_m_cost_item_param_list(self) -> List_1<ExchangeYesNoDialog_ItemParam>

get_m_CostItemParamList() overload

Source

fn set_m_cost_item_param_list( self, value: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, )

set_m_CostItemParamList(crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>) overload

Source

fn get_m_cost_money_param(self) -> ExchangeYesNoDialog_MoneyParam

get_m_CostMoneyParam() overload

Source

fn set_m_cost_money_param( self, value: impl Into<ExchangeYesNoDialog_MoneyParam>, )

set_m_CostMoneyParam(crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload

Source

fn get_m_using_get_item_list(self) -> bool

get_m_UsingGetItemList() overload

Source

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

set_m_UsingGetItemList(bool) overload

Source

fn get_m_using_get_before_after(self) -> bool

get_m_UsingGetBeforeAfter() overload

Source

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

set_m_UsingGetBeforeAfter(bool) overload

Source

fn get_m_using_get_long_name(self) -> bool

get_m_UsingGetLongName() overload

Source

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

set_m_UsingGetLongName(bool) overload

Source

fn get_m_using_get_name_only(self) -> bool

get_m_UsingGetNameOnly() overload

Source

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

set_m_UsingGetNameOnly(bool) overload

Source

fn get_m_enabled_key_wait_style(self) -> bool

get_m_EnabledKeyWaitStyle() overload

Source

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

set_m_EnabledKeyWaitStyle(bool) overload

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, get_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload

Source

fn ctor_2( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_before_param: impl Into<ExchangeYesNoDialog_ItemParam>, get_item_after_param: impl Into<ExchangeYesNoDialog_ItemParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload

Source

fn ctor_3( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_param: impl Into<ExchangeYesNoDialog_ItemParam>, cost_item_title: impl Into<Il2CppString>, cost_item_param_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_money_param: impl Into<ExchangeYesNoDialog_MoneyParam>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, crate::app::exchangeyesnodialog::ExchangeYesNoDialog_MoneyParam) overload

Source

fn ctor_4( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_name: impl Into<Il2CppString>, cost_item_title: impl Into<Il2CppString>, cost_item_name: impl Into<Il2CppString>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn ctor_5( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ExchangeDialogContent>, top_message: impl Into<Il2CppString>, get_item_title: impl Into<Il2CppString>, get_item_list: impl Into<List_1<ExchangeYesNoDialog_ItemParam>>, cost_item_title: impl Into<Il2CppString>, cost_item_name: impl Into<Il2CppString>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::exchangedialogcontent::ExchangeDialogContent, ::unity::Il2CppString, ::unity::Il2CppString, crate::system::collections::generic::list_1::List_1<crate::app::exchangeyesnodialog::ExchangeYesNoDialog_ItemParam>, ::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn on_dispose(self)

OnDispose() overload

Source

fn after_build(self)

AfterBuild() overload

Source

fn set_key_wait_style(self, enabled: impl Into<bool>)

SetKeyWaitStyle(bool) overload

Source

fn set_dispose_event_handler(self, dispose_event_handler: impl Into<Action>)

SetDisposeEventHandler(crate::system::action::Action) 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: IExchangeYesNoDialog> IExchangeYesNoDialogMethods for __T

Available on crate feature app-exchangeyesnodialog only.