Developer Documentation

MessageReceivedProxy

Warning

Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.

public class MessageReceivedProxy : UnityEvent<object, MessageReceivedEventArgs>

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

Discussion

Example