Ejemplo n.º 1
0
 public void OnPointerEnter(PointerEventData eventData)
 {
     TTSystem2.Show(contentString, headerString);
 }
Ejemplo n.º 2
0
 public void OnPointerExit(PointerEventData eventData)
 {
     TTSystem2.Hide();
 }
Ejemplo n.º 3
0
 public void Awake()
 {
     current = this;
 }