pub trait IRefineShopRefineEmptyMenuItemMethods: IRefineShopRefineEmptyMenuItem {
// Provided methods
fn ctor(
self,
blank_text_mid: impl Into<Il2CppString>,
select_event_handler: impl Into<RefineShopRefineBaseMenu_SelectEventHandler>,
) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn on_build_menu_item_content(self) { ... }
fn get_name(self) -> Il2CppString { ... }
fn get_blank_text(self) -> Il2CppString { ... }
fn is_visible_item_icon_on_blank(self) -> bool { ... }
fn a_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
Sourcefn ctor(
self,
blank_text_mid: impl Into<Il2CppString>,
select_event_handler: impl Into<RefineShopRefineBaseMenu_SelectEventHandler>,
)
fn ctor( self, blank_text_mid: impl Into<Il2CppString>, select_event_handler: impl Into<RefineShopRefineBaseMenu_SelectEventHandler>, )
.ctor(::unity::Il2CppString, crate::app::refineshoprefinebasemenu::RefineShopRefineBaseMenu_SelectEventHandler) overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
OnBuildMenuItemContent() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn get_blank_text(self) -> Il2CppString
fn get_blank_text(self) -> Il2CppString
GetBlankText() overload
Sourcefn is_visible_item_icon_on_blank(self) -> bool
fn is_visible_item_icon_on_blank(self) -> bool
IsVisibleItemIconOnBlank() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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: IRefineShopRefineEmptyMenuItem> IRefineShopRefineEmptyMenuItemMethods for __T
Available on crate feature
app-refineshoprefineemptymenuitem only.