ChatPanel
Module: Inworld.AI. Namespace: Inworld.Sample. Inherited from BubblePanel.
This base class holds ChatBubbles during runtime.
Variables | Description |
---|---|
BubbleLeft | The left ChatBubble prefab to instantiate. |
BubbleRight | The right ChatBubble prefab to instantiate. |
ChatOptions | The ChatOption used in this panel. |
Properties | Description |
:-- | :-- |
IsUIReady | Returns if the UI components exist. |
Related Classes
ChatOptions
Module: Inworld.AI. Namespace: Inworld.Sample.
Variables | Description |
---|---|
audio | Checks whether the panel can receive and render bubbles for AudioPackets. |
text | Checks whether the panel can receive and render bubbles for Text Events. |
emotion | Checks whether the panel can receive and render bubbles for Emotion Events. |
narrativeAction | Checks whether the panel can receive and render bubbles for Narrative Actions. |
relation | Checks whether the panel can receive and render bubbles for Relation Events. |
trigger | Checks whether the panel can receive and render bubbles for Custom Events(Triggers). |
longBubbleMode | Checks whether the panel has grouped several packets together while rendering. |