Skip to main content

ISolanelInfoMenuItem_ConfirmDialog_ConfirmYesDialogItemMethods

Trait ISolanelInfoMenuItem_ConfirmDialog_ConfirmYesDialogItemMethods 

Source
pub trait ISolanelInfoMenuItem_ConfirmDialog_ConfirmYesDialogItemMethods: ISolanelInfoMenuItem_ConfirmDialog_ConfirmYesDialogItem {
    // Provided methods
    fn ctor(
        self,
        text: impl Into<Il2CppString>,
        hub_area_data: impl Into<HubAreaData>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, text: impl Into<Il2CppString>, hub_area_data: impl Into<HubAreaData>, )

.ctor(::unity::Il2CppString, crate::app::hubareadata::HubAreaData) 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§