Esempio n. 1
0
 public void OnLostFocus()
 {
     Debug.Log("<color=yellow>" + btnID + ": lost focus</color>");
     if (toolTipController != null && toolTipData.HasElement(ToolTipElementID.SmallToolTipText))
     {
         toolTipController.RemoveToolTip();
     }
 }