Skip to main content

IMyRoomDifficultySequence_YesMenuItemMethods

Trait IMyRoomDifficultySequence_YesMenuItemMethods 

Source
pub trait IMyRoomDifficultySequence_YesMenuItemMethods: IMyRoomDifficultySequence_YesMenuItem {
    // Provided methods
    fn ctor(
        self,
        message: impl Into<Il2CppString>,
        yes_event_handler: impl Into<MyRoomDifficultySequence_YesMenuItem_YesEventHandler>,
    ) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, message: impl Into<Il2CppString>, yes_event_handler: impl Into<MyRoomDifficultySequence_YesMenuItem_YesEventHandler>, )

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

Source§

impl<__T: IMyRoomDifficultySequence_YesMenuItem> IMyRoomDifficultySequence_YesMenuItemMethods for __T

Available on crate feature app-myroomdifficultysequence only.