Skip to main content

IMapSequenceEditor_SaveSequence_EndConfirmDialog_ConfirmYesDialogItemMethods

Trait IMapSequenceEditor_SaveSequence_EndConfirmDialog_ConfirmYesDialogItemMethods 

Source
pub trait IMapSequenceEditor_SaveSequence_EndConfirmDialog_ConfirmYesDialogItemMethods: IMapSequenceEditor_SaveSequence_EndConfirmDialog_ConfirmYesDialogItem {
    // Provided methods
    fn ctor(
        self,
        text: impl Into<Il2CppString>,
        decide_callback: impl Into<Action>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor(self, text: impl Into<Il2CppString>, decide_callback: impl Into<Action>)

.ctor(::unity::Il2CppString, crate::system::action::Action) 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§