Skip to main content

IUnitSelectSubMenuMethods

Trait IUnitSelectSubMenuMethods 

Source
pub trait IUnitSelectSubMenuMethods: IUnitSelectSubMenu {
    // Provided methods
    fn ctor(self, menu_item_list: impl Into<List_1<BasicMenuItem>>) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn on_dispose(self) { ... }
}

Provided Methods§

Source

fn ctor(self, menu_item_list: impl Into<List_1<BasicMenuItem>>)

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn on_dispose(self)

OnDispose() 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: IUnitSelectSubMenu> IUnitSelectSubMenuMethods for __T

Available on crate feature app-unitselectsubmenu only.