pub trait IMapItemMenu_AttackMenuMethods: IMapItemMenu_AttackMenu {
// Provided methods
fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
basic_item_menu_content: impl Into<BasicItemMenuContent>,
) { ... }
fn on_dispose(self) { ... }
fn get_name(self) -> Il2CppString { ... }
}Provided Methods§
Sourcefn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
basic_item_menu_content: impl Into<BasicItemMenuContent>,
)
fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, basic_item_menu_content: impl Into<BasicItemMenuContent>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicitemmenucontent::BasicItemMenuContent) overload
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() 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: IMapItemMenu_AttackMenu> IMapItemMenu_AttackMenuMethods for __T
Available on crate feature
app-mapitemmenu only.