コード例 #1
0
 public void ApplyConversationAesthetic(ConversationAesthetic aesthetic)
 {
     bubbleElements.ApplyConversationAesthetic(aesthetic, isResponse, false);
 }
コード例 #2
0
 public void InitializeConversationResponseDisplayBubble(ConversationAesthetic aesthetic)
 {
     bubbleElements.SetDisplayToEllipses();
     bubbleElements.ApplyConversationAesthetic(aesthetic);
 }