예제 #1
0
 void LostFocus(UserEvent eve, UserAction action)
 {
     if (action.ExistFocus(callBack))
     {
         action.AddFocus(eve);
     }
     else
     {
         //m_scroll.Enity.gameObject.SetActive(false);
         showAni  = -1;
         showTime = 0;
     }
 }