pub trait IEventMemberDescriptor_EventWrapper12Methods: IEventMemberDescriptor_EventWrapper12 {
// Provided methods
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
fn invoke(
self,
o1: impl Into<Object>,
o2: impl Into<Object>,
o3: impl Into<Object>,
o4: impl Into<Object>,
o5: impl Into<Object>,
o6: impl Into<Object>,
o7: impl Into<Object>,
o8: impl Into<Object>,
o9: impl Into<Object>,
o10: impl Into<Object>,
o11: impl Into<Object>,
o12: impl Into<Object>,
) { ... }
}Provided Methods§
Sourcefn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)
.ctor(crate::system::object::Object, ::unity::IntPtr) overload
Sourcefn invoke(
self,
o1: impl Into<Object>,
o2: impl Into<Object>,
o3: impl Into<Object>,
o4: impl Into<Object>,
o5: impl Into<Object>,
o6: impl Into<Object>,
o7: impl Into<Object>,
o8: impl Into<Object>,
o9: impl Into<Object>,
o10: impl Into<Object>,
o11: impl Into<Object>,
o12: impl Into<Object>,
)
fn invoke( self, o1: impl Into<Object>, o2: impl Into<Object>, o3: impl Into<Object>, o4: impl Into<Object>, o5: impl Into<Object>, o6: impl Into<Object>, o7: impl Into<Object>, o8: impl Into<Object>, o9: impl Into<Object>, o10: impl Into<Object>, o11: impl Into<Object>, o12: impl Into<Object>, )
Invoke(crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object) 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§
impl<__T: IEventMemberDescriptor_EventWrapper12> IEventMemberDescriptor_EventWrapper12Methods for __T
Available on crate feature
moon_sharp-interpreter-interop-eventmemberdescriptor only.