Table of Contents

Class TwitchPubSub.GenericEvent

Namespace
Firesplash.UnityAssets.TwitchIntegration.Skeletons
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

This Event gets fired when any event is sent by the PubSub server. Using this event in combination with SubscribeGeneric, you can subscribe to any event - even unsupported ones.

public class TwitchPubSub.GenericEvent : UnityEvent<string, string>
Inheritance
UnityEventBase
UnityEvent<string, string>
TwitchPubSub.GenericEvent
Inherited Members