Table of Contents

Class UnityEvent_OnConversationLoaded<TConversation, TMessage>

[Serializable]
public class UnityEvent_OnConversationLoaded<TConversation, TMessage> : SelectableEvent<TConversation> where TConversation : class, IChatConversation<TMessage> where TMessage : ChatMessage

Type Parameters

TConversation
TMessage
Inheritance
object
UnityEventsGroup
SelectableEvent<TConversation>
UnityEvent_OnConversationLoaded<TConversation, TMessage>

Methods

InvokeINTERNAL(TConversation)

protected override void InvokeINTERNAL(TConversation conversation)

Parameters

conversation TConversation