Skip to main content
Version: 2.x

Class MessageReceivedProxy

This class provides the base functionality for UnityEvents based on OdinNative.Wrapper.Room.RoomMessageReceivedEventHandler. A persistent callback that can be saved with the Scene. Unity Inspector event wrapper (UnityEvent)

Declaration
[Serializable]
public class MessageReceivedProxy : UnityEvent<object, MessageReceivedEventArgs>, ISerializationCallbackReceiver

Inheritance: System.Object -> UnityEngine.Events.UnityEventBase -> UnityEngine.Events.UnityEvent<System.Object,OdinNative.Wrapper.Room.MessageReceivedEventArgs>

Implements:
UnityEngine.ISerializationCallbackReceiver

Implements

  • UnityEngine.ISerializationCallbackReceiver