Skip to main content

IGodUnitSelectMenu_DecideEventHandlerMethods

Trait IGodUnitSelectMenu_DecideEventHandlerMethods 

Source
pub trait IGodUnitSelectMenu_DecideEventHandlerMethods: IGodUnitSelectMenu_DecideEventHandler {
    // Provided methods
    fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
    fn invoke(
        self,
        result: impl Into<BasicMenu_Result>,
        god: impl Into<GodUnit>,
        type: impl Into<RingCleaningSequence_GodType>,
    ) { ... }
}

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, result: impl Into<BasicMenu_Result>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, )

Invoke(crate::app::basicmenu::BasicMenu_Result, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) 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: IGodUnitSelectMenu_DecideEventHandler> IGodUnitSelectMenu_DecideEventHandlerMethods for __T

Available on crate feature app-godunitselectmenu only.