Enum EmoteBubbleType
An enumeration type that determines which visual bubble style an Emote should display.
public enum EmoteBubbleType
- Extension Methods
Fields
Speech = 0A speech bubble, which is round.
Thought = 1A thought bubble, which is cloud-like.
Alert = 2An alert bubble, which is similar to a speech bubble, but has visible spikes around it.