private void ProcessSelect()
 {
     if (0 < models.Length)
     {
         UIScrollListParentHandler <View> uIScrollListParentHandler = handler;
         View currentChild = this.currentChild;
         uIScrollListParentHandler.OnSelect(currentChild.modelIndex, this.currentChild);
     }
 }
예제 #2
0
 private void ProcessSelect()
 {
     if (0 < this.models.Length)
     {
         UIScrollListParentHandler <View> arg_2E_0 = this.handler;
         View currentChild = this.currentChild;
         arg_2E_0.OnSelect(currentChild.modelIndex, this.currentChild);
     }
 }
 public void Init(Model[] models, UIScrollListParentHandler <View> handler, int topIdx)
 {
     Debug.Log("ReplaceNow XD");
 }
 public void Init(Model[] models, UIScrollListParentHandler <View> handler)
 {
     Init(models, handler, 0);
 }