ChatBoxActiveChannelName
Place this on a object that has a Text component and it will automatically replace the Text's text with the name of the ChatBoxs active channel. This will automatically wait for a chatbox to initilize for you so you don't have to worry about race conditions.
Public Functions
| Function | Description |
|---|---|
| OnActiveChannelChanged(int activeChannel) | This will update the text to match the channel's name based on the past in channel id. This is automatically tied into the OnActiveChannelChanged delegate provided by the ChatBox component. |