pub trait ITroopListMenu_TroopListMenuItemMethods: ITroopListMenu_TroopListMenuItem {
// Provided methods
fn ctor(
self,
index: impl Into<i32>,
mode: impl Into<SortieSequenceTroopList_Mode>,
) { ... }
fn get_unit(self) -> Unit { ... }
fn get_tmp_unit(self) -> Unit { ... }
fn get_mode(self) -> SortieSequenceTroopList_Mode { ... }
fn get_rect_transform(self) -> RectTransform { ... }
fn get_name(self) -> Il2CppString { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn b_call(self) -> BasicMenu_Result { ... }
fn r_call(self) -> BasicMenu_Result { ... }
fn plus_call(self) -> BasicMenu_Result { ... }
fn set_page(self, page: impl Into<i32>) { ... }
}Provided Methods§
Sourcefn ctor(
self,
index: impl Into<i32>,
mode: impl Into<SortieSequenceTroopList_Mode>,
)
fn ctor( self, index: impl Into<i32>, mode: impl Into<SortieSequenceTroopList_Mode>, )
.ctor(i32, crate::app::sortiesequencetrooplist::SortieSequenceTroopList_Mode) overload
Sourcefn get_tmp_unit(self) -> Unit
fn get_tmp_unit(self) -> Unit
GetTmpUnit() overload
Sourcefn get_mode(self) -> SortieSequenceTroopList_Mode
fn get_mode(self) -> SortieSequenceTroopList_Mode
GetMode() overload
Sourcefn get_rect_transform(self) -> RectTransform
fn get_rect_transform(self) -> RectTransform
GetRectTransform() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overload
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
Sourcefn r_call(self) -> BasicMenu_Result
fn r_call(self) -> BasicMenu_Result
RCall() overload
Sourcefn plus_call(self) -> BasicMenu_Result
fn plus_call(self) -> BasicMenu_Result
PlusCall() 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: ITroopListMenu_TroopListMenuItem> ITroopListMenu_TroopListMenuItemMethods for __T
Available on crate feature
app-trooplistmenu only.