Ejemplo n.º 1
0
 static int GetItemPrefabList(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         SuperScrollView.LoopListView2 obj = (SuperScrollView.LoopListView2)ToLua.CheckObject <SuperScrollView.LoopListView2>(L, 1);
         System.Collections.Generic.List <SuperScrollView.ItemPrefabConfData> o = obj.GetItemPrefabList();
         ToLua.PushSealed(L, o);
         return(1);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }