Skip to main content

IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmYesDialogItemMethods

Trait IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmYesDialogItemMethods 

Source
pub trait IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmYesDialogItemMethods: IUnitSelectAllUnitMenu_ConfirmDialog_ConfirmYesDialogItem {
    // Provided methods
    fn ctor(
        self,
        text: impl Into<Il2CppString>,
        decide: impl Into<UnitSelectAllUnitMenu_ConfirmDialog_DecideEventHandler>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, text: impl Into<Il2CppString>, decide: impl Into<UnitSelectAllUnitMenu_ConfirmDialog_DecideEventHandler>, )

.ctor(::unity::Il2CppString, crate::app::unitselectallunitmenu::UnitSelectAllUnitMenu_ConfirmDialog_DecideEventHandler) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

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§