Exemplo n.º 1
0
 public void TestLoopScrollRect()
 {
     if (Application.isPlaying)
     {
         onLoopItemUpdate = (go, index) =>
         {
             LogHelper.Print($"===>>>[curIndex]:{index}");
         };
         if (InitScrollRect())
         {
             SetScrollRectCount(66);
         }
     }
 }
Exemplo n.º 2
0
 public void TestLoopScrollRect()
 {
     if (Application.isPlaying)
     {
         onLoopItemUpdate = (go, index) =>
         {
             LogUtil.LogUtility.Print("===>>>[curIndex]:" + index);
         };
         if (InitScrollRect())
         {
             SetScrollRectCount(66);
         }
     }
 }