Skip to main content

IMapDebugDisposMenu_DisposMenuItemMethods

Trait IMapDebugDisposMenu_DisposMenuItemMethods 

Source
pub trait IMapDebugDisposMenu_DisposMenuItemMethods: IMapDebugDisposMenu_DisposMenuItem {
    // Provided methods
    fn ctor(
        self,
        group: impl Into<Il2CppString>,
        position_group: impl Into<MapDebugDisposMenu_DisposMenuItem_SharedPositionGroup>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn on_tick(self) { ... }
    fn a_call(self) -> MenuItem_Result { ... }
    fn x_call(self) -> MenuItem_Result { ... }
}

Provided Methods§

Source

fn ctor( self, group: impl Into<Il2CppString>, position_group: impl Into<MapDebugDisposMenu_DisposMenuItem_SharedPositionGroup>, )

.ctor(::unity::Il2CppString, crate::app::mapdebugdisposmenu::MapDebugDisposMenu_DisposMenuItem_SharedPositionGroup) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn on_tick(self)

OnTick() overload

Source

fn a_call(self) -> MenuItem_Result

ACall() overload

Source

fn x_call(self) -> MenuItem_Result

XCall() 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: IMapDebugDisposMenu_DisposMenuItem> IMapDebugDisposMenu_DisposMenuItemMethods for __T

Available on crate feature app-mapdebugdisposmenu only.