Skip to main content

IVersusSequence_VersusYesNoDialog_YesItemMethods

Trait IVersusSequence_VersusYesNoDialog_YesItemMethods 

Source
pub trait IVersusSequence_VersusYesNoDialog_YesItemMethods: IVersusSequence_VersusYesNoDialog_YesItem {
    // Provided methods
    fn ctor(
        self,
        name: impl Into<Il2CppString>,
        decide_callback: impl Into<Action>,
        cancel_callback: impl Into<Action>,
    ) { ... }
    fn ctor_2(
        self,
        name: impl Into<Il2CppString>,
        decide_callback: impl Into<Func_1<BasicMenu_Result>>,
        cancel_callback: impl Into<Func_1<BasicMenu_Result>>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn get_name(self) -> Il2CppString { ... }
}

Provided Methods§

Source

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

.ctor(::unity::Il2CppString, crate::system::action::Action, crate::system::action::Action) overload

Source

fn ctor_2( self, name: impl Into<Il2CppString>, decide_callback: impl Into<Func_1<BasicMenu_Result>>, cancel_callback: impl Into<Func_1<BasicMenu_Result>>, )

.ctor(::unity::Il2CppString, crate::system::func_1::Func_1<crate::app::basicmenu::BasicMenu_Result>, crate::system::func_1::Func_1<crate::app::basicmenu::BasicMenu_Result>) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn get_name(self) -> Il2CppString

GetName() 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§

Source§

impl<__T: IVersusSequence_VersusYesNoDialog_YesItem> IVersusSequence_VersusYesNoDialog_YesItemMethods for __T

Available on crate feature app-versussequence only.