pub trait IFortuneTellingUnitSelectMenuMethods: IFortuneTellingUnitSelectMenu {
// Provided methods
fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<FortuneTellingUnitSelectMenuContent>,
) { ... }
fn get_name(self) -> Il2CppString { ... }
fn after_build(self) { ... }
fn get_end_unit_num(self) -> i32 { ... }
}Provided Methods§
Sourcefn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<FortuneTellingUnitSelectMenuContent>,
)
fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<FortuneTellingUnitSelectMenuContent>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::fortunetellingunitselectmenucontent::FortuneTellingUnitSelectMenuContent) overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn after_build(self)
fn after_build(self)
AfterBuild() overload
Sourcefn get_end_unit_num(self) -> i32
fn get_end_unit_num(self) -> i32
GetEndUnitNum() 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: IFortuneTellingUnitSelectMenu> IFortuneTellingUnitSelectMenuMethods for __T
Available on crate feature
app-fortunetellingunitselectmenu only.