Skip to main content

IInvokableCall_4

Trait IInvokableCall_4 

Source
pub trait IInvokableCall_4<T0: ClassIdentity, T1: ClassIdentity, T2: ClassIdentity, T3: ClassIdentity>: IBaseInvokableCall {
    // Provided methods
    fn delegate(self) -> UnityAction_4<T0, T1, T2, T3> { ... }
    fn set_delegate(self, value: UnityAction_4<T0, T1, T2, T3>) { ... }
}

Provided Methods§

Source

fn delegate(self) -> UnityAction_4<T0, T1, T2, T3>

Source

fn set_delegate(self, value: UnityAction_4<T0, T1, T2, T3>)

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<T0: ClassIdentity, T1: ClassIdentity, T2: ClassIdentity, T3: ClassIdentity> IInvokableCall_4<T0, T1, T2, T3> for InvokableCall_4<T0, T1, T2, T3>