Skip to main content

IRefineGodWeaponParamMenu_DecideEventHandlerMethods

Trait IRefineGodWeaponParamMenu_DecideEventHandlerMethods 

Source
pub trait IRefineGodWeaponParamMenu_DecideEventHandlerMethods: IRefineGodWeaponParamMenu_DecideEventHandler {
    // Provided methods
    fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
    fn invoke(
        self,
        refine_data: impl Into<GodWeaponRefineData>,
        refine_kind: impl Into<GodWeaponRefineData_Kind>,
        current_level: impl Into<i32>,
        sid: impl Into<Il2CppString>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)

.ctor(crate::system::object::Object, ::unity::IntPtr) overload

Source

fn invoke( self, refine_data: impl Into<GodWeaponRefineData>, refine_kind: impl Into<GodWeaponRefineData_Kind>, current_level: impl Into<i32>, sid: impl Into<Il2CppString>, )

Invoke(crate::app::godweaponrefinedata::GodWeaponRefineData, crate::app::godweaponrefinedata::GodWeaponRefineData_Kind, i32, ::unity::Il2CppString) 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: IRefineGodWeaponParamMenu_DecideEventHandler> IRefineGodWeaponParamMenu_DecideEventHandlerMethods for __T

Available on crate feature app-refinegodweaponparammenu only.