Example #1
0
 void OnMouseEnter()
 {
     ToolTipManager.SetCurrent(gameObject);
     Debug.Log(name);
 }
Example #2
0
 void OnMouseExit()
 {
     ToolTipManager.SetCurrent(null);
 }