Beispiel #1
0
 public void OnMsg(string msg)
 {
     moveTween.StopAllCoroutines();
     alphaTween.StopAllCoroutines();
     txtMsg.text = msg;
     alphaTween.StartTween();
     moveTween.StartTween();
 }