(One intermediate revision by one other user not shown)
Line 3:
Line 3:
|Name=Twitch Chat Dialog
|Name=Twitch Chat Dialog
}}
}}
{{stub}}
Twitch chat dialogue is a component used to control and manage a live stream of chat messages sent by users at Twitch from a specific channel on Twitch.
Twitch chat dialogue is a component used to control and manage a live stream of chat messages sent by users at Twitch from a specific channel on Twitch.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|_canvas|'''[[Component:Canvas|Canvas]]'''|TypeAdv0=true| The canvas this component generated for a visual twitch chat feed.
|_canvas|'''[[Component:Canvas|Canvas]]'''|TypeAdv0=true| The canvas this component generated for a visual twitch chat feed.
Line 16:
Line 15:
|_messagesRoot|Slot| the slot to put UIX text components under which are messages sent into <code>_channelName</code>'s chat.
|_messagesRoot|Slot| the slot to put UIX text components under which are messages sent into <code>_channelName</code>'s chat.
|_messagesScrollRect|'''[[Component:ScrollRect|ScrollRect]]'''|TypeAdv7=true| The scroll rectangle that is controlled to make sure it stays scrolled to the bottom as chat messages appear.
|_messagesScrollRect|'''[[Component:ScrollRect|ScrollRect]]'''|TypeAdv7=true| The scroll rectangle that is controlled to make sure it stays scrolled to the bottom as chat messages appear.
|_highlightText|'''[[Component:Text|Text]]'''|TypeAdv9=true| The text used for when the panel is highlighted.
|_spriteSheet|'''[[Component:DynamicSpriteFont|DynamicSpriteFont]]'''|TypeAdv10=true| The dynamically changing sprite font for text characters like custom twitch emojis.
|_spriteSheet|'''[[Component:DynamicSpriteFont|DynamicSpriteFont]]'''|TypeAdv10=true| The dynamically changing sprite font for text characters like custom twitch emojis.
|_fontCollection|'''[[Component:FontCollection|FontCollection]]'''|TypeAdv11=true| A list of fonts used by chat messages from twitch.
|_fontCollection|'''[[Component:FontCollection|FontCollection]]'''|TypeAdv11=true| A list of fonts used by chat messages from twitch.
|ChannelEditingStarted:[[Type:Action`1|Action`1]]<[[Component:TextEditor|TextEditor]]>|[[Type:Action`1|Action`1]]<[[Component:TextEditor|TextEditor]]>|true| Handles when the user starts editing the target channel name.
|ChannelEditingFinished:[[Type:Action`1|Action`1]]<[[Component:TextEditor|TextEditor]]>|[[Type:Action`1|Action`1]]<[[Component:TextEditor|TextEditor]]>|true| Handles when the user finishes editing the target channel name.
}}
}}
== Behavior ==
== Usage ==
{{stub}}
== Examples ==
== Examples ==
Used in the default Twitch chat item in Resonite Essentials.
Twitch chat dialogue is a component used to control and manage a live stream of chat messages sent by users at Twitch from a specific channel on Twitch.