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;
 }
 public void SetOnUIScrollListParentCheck(UIScrollListParentCheck method)
 {
     mUIScrollListParentCheck = method;
 }