コード例 #1
0
    public void OnPointerUp(PointerEventData e)
    {
        if (!GO_Overview.activeSelf && !GO_Card1Detail.activeSelf && !GO_Loading.activeSelf)
        {
            if (!PG.IsTweening)
            {
                SR.OnEndDrag(e);
                PG.OnPointerUp(e);
                PG.OnEndDrag(e);

                // CD.OnPointerDown (e);
                PG.IsPagingable = true;
                SR.vertical     = true;
                IsChosen        = false;
            }
        }
    }