Exemplo n.º 1
0
 public void callPrintText()
 {
     #region method
     chatBalloon.SetText(inputText.text);
     chatBalloon.SetActive(true);
     #endregion
 }
Exemplo n.º 2
0
 public void ShowKnightChatBaloon()
 {
     knightChatBalloon.SetText("I am not a knight butt naked! find it!");
     knightChatBalloon.SetActive(true, 3.0f);
 }
Exemplo n.º 3
0
 public void ShowPrincessChatBaloon()
 {
     princessChatBalloon.SetText("My gosh, there's a dragon in that room!!");
     princessChatBalloon.SetActive(true, 3.0f);
 }