Exemplo n.º 1
0
 private void OnDestroy()
 {
     if (DOTween.IsTweening(this))
     {
         DOTween.Kill(this);
     }
     Models = null;
     ViewsDefaultLocalPosition = null;
     Views     = null;
     ViewFocus = (View)null;
     mPrefab_UIScrollListChild  = (View)null;
     mUIDisplaySwipeEventRegion = null;
     mGridContaints             = null;
     mUIScrollListParentAction  = null;
     mUIScrollListParentCheck   = null;
     mKeyController             = null;
 }
Exemplo n.º 2
0
 public void SetOnUIScrollListParentAction(UIScrollListParentAction method)
 {
     mUIScrollListParentAction = method;
 }