示例#1
0
 void OnMaskClickEvent()
 {
     if (_current != null && _current.MaskType == IModalMaskType.CloseOnOutSideTap)
     {
         _current.Close();
     }
 }
示例#2
0
        public void HandleOnPurchaseEnded(PurchaseIAPResult purchaseResult)
        {
            if (_waitingModal != null)
            {
                _waitingModal.Close();
            }

            Release();
        }