ChatBubble
Module: Inworld.AI. Namespace: Inworld.UI.
This class is for each detailed chat bubble.
Variables | Description |
---|---|
TextField | The actual text field. |
Properties | Descrpition |
---|---|
Text | The actual text in the bubble. |
Functions | Description | Parameters |
---|---|---|
SetBubble | Set the bubble's property. | charName: The bubble's owner's name. thumbnail: The bubble's owner's thumbnail. text: The bubble's content. |
SetBubbleWithPacketInfo | Set the bubble's property with packet info. | charName: The bubble's owner's name interactionID: The bubble's interaction ID. correlationID: The bubble's correlation ID. thumbnail: The bubble's owner's thumbnail. text: The bubble's content. |
AttachBubble | Attach text to the current bubble. | text: text to attach. |
OnPointerUp | Unity Event functions for click button up. | eventData: the default PointEventData. |
OnPointerDown | Unity Event functions for click button down. | eventData: the default PointEventData. |