Skip to main content

ISignalReceiver_EventKeyValue

Trait ISignalReceiver_EventKeyValue 

Source
pub trait ISignalReceiver_EventKeyValue: IObject {
    // Provided methods
    fn m_signals(self) -> List_1<SignalAsset> { ... }
    fn set_m_signals(self, value: List_1<SignalAsset>) { ... }
    fn m_events(self) -> List_1<UnityEvent> { ... }
    fn set_m_events(self, value: List_1<UnityEvent>) { ... }
}

Provided Methods§

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§