コード例 #1
0
ファイル: ItemDesButton.cs プロジェクト: mengtest/HjqstSource
 public void OnPointerUp(PointerEventData eventData)
 {
     if (_type != ShowDescriptionType.click)
     {
         StopAllCoroutines();
         if (_itemView != null)
         {
             _itemView.Close();
         }
         _itemView = null;
     }
 }