UIClimbingTowerView_Generate.lua 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723
  1. ---@class UIClimbingTower__Generate_content
  2. ---@field public gameObject UnityEngine.GameObject
  3. ---@field public verticalLayoutGroup UnityEngine.UI.VerticalLayoutGroup
  4. ---@class UIClimbingTower__Generate_modeNode
  5. ---@field public gameObject UnityEngine.GameObject
  6. ---@field public loopVerticalScrollRect UnityEngine.UI.LoopVerticalScrollRect
  7. ---@class UIClimbingTower__Generate_towerBgBtn
  8. ---@field public gameObject UnityEngine.GameObject
  9. ---@field public button UnityEngine.UI.Button
  10. ---@class UIClimbingTower__Generate_cover
  11. ---@field public gameObject UnityEngine.GameObject
  12. ---@field public animator UnityEngine.Animator
  13. ---@class UIClimbingTower__Generate_iconGoto
  14. ---@field public gameObject UnityEngine.GameObject
  15. ---@field public image UnityEngine.UI.Image
  16. ---@class UIClimbingTower__Generate_btnInOut
  17. ---@field public gameObject UnityEngine.GameObject
  18. ---@field public button UnityEngine.UI.Button
  19. ---@class UIClimbingTower__Generate_btnGoto
  20. ---@field public gameObject UnityEngine.GameObject
  21. ---@field public button UnityEngine.UI.Button
  22. ---@class UIClimbingTower__Generate_text2
  23. ---@field public gameObject UnityEngine.GameObject
  24. ---@field public uILocalizeScript UILocalizeScript
  25. ---@class UIClimbingTower__Generate_text1
  26. ---@field public gameObject UnityEngine.GameObject
  27. ---@field public uILocalizeScript UILocalizeScript
  28. ---@class UIClimbingTower__Generate_bgGoto
  29. ---@field public gameObject UnityEngine.GameObject
  30. ---@field public animator UnityEngine.Animator
  31. ---@class UIClimbingTower__Generate_playRuleBtn
  32. ---@field public gameObject UnityEngine.GameObject
  33. ---@field public button UnityEngine.UI.Button
  34. ---@class UIClimbingTower__Generate_btnTower
  35. ---@field public gameObject UnityEngine.GameObject
  36. ---@field public button UnityEngine.UI.Button
  37. ---@class UIClimbingTower__Generate_btnTowerTop_lock
  38. ---@field public gameObject UnityEngine.GameObject
  39. ---@field public button UnityEngine.UI.Button
  40. ---@class UIClimbingTower__Generate_btnTowerTop
  41. ---@field public gameObject UnityEngine.GameObject
  42. ---@field public button UnityEngine.UI.Button
  43. ---@class UIClimbingTower__Generate_btnPresent_lock
  44. ---@field public gameObject UnityEngine.GameObject
  45. ---@field public button UnityEngine.UI.Button
  46. ---@class UIClimbingTower__Generate_btnPresent
  47. ---@field public gameObject UnityEngine.GameObject
  48. ---@field public button UnityEngine.UI.Button
  49. ---@class UIClimbingTower__Generate_rankBtn
  50. ---@field public gameObject UnityEngine.GameObject
  51. ---@field public button UnityEngine.UI.Button
  52. ---@class UIClimbingTower__Generate_closeBtn
  53. ---@field public gameObject UnityEngine.GameObject
  54. ---@field public button UnityEngine.UI.Button
  55. ---@class UIClimbingTower__Generate_btnStatistics
  56. ---@field public gameObject UnityEngine.GameObject
  57. ---@field public button UnityEngine.UI.Button
  58. ---@class UIClimbingTower__Generate_boardTitle
  59. ---@field public gameObject UnityEngine.GameObject
  60. ---@field public uILocalizeScript UILocalizeScript
  61. ---@field public text UnityEngine.UI.Text
  62. ---@class UIClimbingTower__Generate_privilegeScrollView_entryUnlockDscItem_battleBuffTxt
  63. ---@field public gameObject UnityEngine.GameObject
  64. ---@field public text TMPro.TextMeshProUGUI
  65. ---@class UIClimbingTower__Generate_buyBuffBtn
  66. ---@field public gameObject UnityEngine.GameObject
  67. ---@field public button UnityEngine.UI.Button
  68. ---@field public text UnityEngine.GameObject
  69. ---@class UIClimbingTower__Generate_privilegeScrollView_entryUnlockDscItem
  70. ---@field public gameObject UnityEngine.GameObject
  71. ---@field public rectTransform UnityEngine.RectTransform
  72. ---@field public battleBuffTxt UIClimbingTower__Generate_privilegeScrollView_entryUnlockDscItem_battleBuffTxt
  73. ---@class UIClimbingTower__Generate_privilegeScrollView
  74. ---@field public gameObject UnityEngine.GameObject
  75. ---@field public loopListView SuperScrollView.LoopListView
  76. ---@field public entryUnlockDscItem UIClimbingTower__Generate_privilegeScrollView_entryUnlockDscItem
  77. ---@class UIClimbingTower__Generate_wjchallengeBtn
  78. ---@field public gameObject UnityEngine.GameObject
  79. ---@field public button UnityEngine.UI.Button
  80. ---@class UIClimbingTower__Generate_center
  81. ---@field public gameObject UnityEngine.GameObject
  82. ---@field public image UnityEngine.UI.Image
  83. ---@class UIClimbingTower__Generate_right
  84. ---@field public gameObject UnityEngine.GameObject
  85. ---@field public image UnityEngine.UI.Image
  86. ---@class UIClimbingTower__Generate_left
  87. ---@field public gameObject UnityEngine.GameObject
  88. ---@field public image UnityEngine.UI.Image
  89. ---@class UIClimbingTower__Generate_levelNum
  90. ---@field public gameObject UnityEngine.GameObject
  91. ---@field public text UnityEngine.UI.Text
  92. ---@class UIClimbingTower__Generate_wjbonusNode_items_item3
  93. ---@field public gameObject UnityEngine.GameObject
  94. ---@field public rectTransform UnityEngine.RectTransform
  95. ---@field public layoutElement UnityEngine.UI.LayoutElement
  96. ---@class UIClimbingTower__Generate_wjbonusNode_items_item2
  97. ---@field public gameObject UnityEngine.GameObject
  98. ---@field public rectTransform UnityEngine.RectTransform
  99. ---@field public layoutElement UnityEngine.UI.LayoutElement
  100. ---@class UIClimbingTower__Generate_wjbonusNode_items_item1
  101. ---@field public gameObject UnityEngine.GameObject
  102. ---@field public rectTransform UnityEngine.RectTransform
  103. ---@field public layoutElement UnityEngine.UI.LayoutElement
  104. ---@class UIClimbingTower__Generate_wjbonusNode_items
  105. ---@field public gameObject UnityEngine.GameObject
  106. ---@field public item1 UIClimbingTower__Generate_wjbonusNode_items_item1
  107. ---@field public item2 UIClimbingTower__Generate_wjbonusNode_items_item2
  108. ---@field public item3 UIClimbingTower__Generate_wjbonusNode_items_item3
  109. ---@class UIClimbingTower__Generate_wjbonusNode
  110. ---@field public gameObject UnityEngine.GameObject
  111. ---@field public items UIClimbingTower__Generate_wjbonusNode_items
  112. ---@class UIClimbingTower__Generate_friendNode
  113. ---@field public gameObject UnityEngine.GameObject
  114. ---@field public button UnityEngine.UI.Button
  115. ---@class UIClimbingTower__Generate_levelInfoBtn
  116. ---@field public gameObject UnityEngine.GameObject
  117. ---@field public button UnityEngine.UI.Button
  118. ---@class UIClimbingTower__Generate_wjnpcList_natureIcon4
  119. ---@field public gameObject UnityEngine.GameObject
  120. ---@field public image UnityEngine.UI.Image
  121. ---@class UIClimbingTower__Generate_wjnpcList_npcLevel4
  122. ---@field public gameObject UnityEngine.GameObject
  123. ---@field public text UnityEngine.UI.Text
  124. ---@class UIClimbingTower__Generate_wjnpcList_npc4
  125. ---@field public gameObject UnityEngine.GameObject
  126. ---@field public rectTransform UnityEngine.RectTransform
  127. ---@field public image UnityEngine.UI.Image
  128. ---@class UIClimbingTower__Generate_wjnpcList_natureIcon3
  129. ---@field public gameObject UnityEngine.GameObject
  130. ---@field public image UnityEngine.UI.Image
  131. ---@class UIClimbingTower__Generate_wjnpcList_npcLevel3
  132. ---@field public gameObject UnityEngine.GameObject
  133. ---@field public text UnityEngine.UI.Text
  134. ---@class UIClimbingTower__Generate_wjnpcList_npc3
  135. ---@field public gameObject UnityEngine.GameObject
  136. ---@field public rectTransform UnityEngine.RectTransform
  137. ---@field public image UnityEngine.UI.Image
  138. ---@class UIClimbingTower__Generate_wjnpcList_natureIcon2
  139. ---@field public gameObject UnityEngine.GameObject
  140. ---@field public image UnityEngine.UI.Image
  141. ---@class UIClimbingTower__Generate_wjnpcList_npcLevel2
  142. ---@field public gameObject UnityEngine.GameObject
  143. ---@field public text UnityEngine.UI.Text
  144. ---@class UIClimbingTower__Generate_wjnpcList_npc2
  145. ---@field public gameObject UnityEngine.GameObject
  146. ---@field public rectTransform UnityEngine.RectTransform
  147. ---@field public image UnityEngine.UI.Image
  148. ---@class UIClimbingTower__Generate_wjnpcList_natureIcon1
  149. ---@field public gameObject UnityEngine.GameObject
  150. ---@field public image UnityEngine.UI.Image
  151. ---@class UIClimbingTower__Generate_wjnpcList_npcLevel1
  152. ---@field public gameObject UnityEngine.GameObject
  153. ---@field public text UnityEngine.UI.Text
  154. ---@class UIClimbingTower__Generate_wjnpcList_npc1
  155. ---@field public gameObject UnityEngine.GameObject
  156. ---@field public rectTransform UnityEngine.RectTransform
  157. ---@field public image UnityEngine.UI.Image
  158. ---@class UIClimbingTower__Generate_wjnpcList
  159. ---@field public gameObject UnityEngine.GameObject
  160. ---@field public npc1 UIClimbingTower__Generate_wjnpcList_npc1
  161. ---@field public npcLevel1 UIClimbingTower__Generate_wjnpcList_npcLevel1
  162. ---@field public natureIcon1 UIClimbingTower__Generate_wjnpcList_natureIcon1
  163. ---@field public npc2 UIClimbingTower__Generate_wjnpcList_npc2
  164. ---@field public npcLevel2 UIClimbingTower__Generate_wjnpcList_npcLevel2
  165. ---@field public natureIcon2 UIClimbingTower__Generate_wjnpcList_natureIcon2
  166. ---@field public npc3 UIClimbingTower__Generate_wjnpcList_npc3
  167. ---@field public npcLevel3 UIClimbingTower__Generate_wjnpcList_npcLevel3
  168. ---@field public natureIcon3 UIClimbingTower__Generate_wjnpcList_natureIcon3
  169. ---@field public npc4 UIClimbingTower__Generate_wjnpcList_npc4
  170. ---@field public npcLevel4 UIClimbingTower__Generate_wjnpcList_npcLevel4
  171. ---@field public natureIcon4 UIClimbingTower__Generate_wjnpcList_natureIcon4
  172. ---@class UIClimbingTower__Generate_gotoBtn
  173. ---@field public gameObject UnityEngine.GameObject
  174. ---@field public button UnityEngine.UI.Button
  175. ---@field public text UnityEngine.GameObject
  176. ---@class UIClimbingTower__Generate_wjSpContent
  177. ---@field public gameObject UnityEngine.GameObject
  178. ---@field public horizontalLayoutGroup UnityEngine.UI.HorizontalLayoutGroup
  179. ---@class UIClimbingTower__Generate_wjSpGoodsItems
  180. ---@field public gameObject UnityEngine.GameObject
  181. ---@field public loopHorizontalScrollRect UnityEngine.UI.LoopHorizontalScrollRect
  182. ---@class UIClimbingTower__Generate_wjContent
  183. ---@field public gameObject UnityEngine.GameObject
  184. ---@field public horizontalLayoutGroup UnityEngine.UI.HorizontalLayoutGroup
  185. ---@class UIClimbingTower__Generate_wjGoodsItems
  186. ---@field public gameObject UnityEngine.GameObject
  187. ---@field public loopHorizontalScrollRect UnityEngine.UI.LoopHorizontalScrollRect
  188. ---@class UIClimbingTower__Generate_bgImage
  189. ---@field public gameObject UnityEngine.GameObject
  190. ---@field public image UnityEngine.UI.Image
  191. ---@class UIClimbingTower__Generate_scrollview_content
  192. ---@field public gameObject UnityEngine.GameObject
  193. ---@field public gridLayoutGroup UnityEngine.UI.GridLayoutGroup
  194. ---@class UIClimbingTower__Generate_scrollview
  195. ---@field public gameObject UnityEngine.GameObject
  196. ---@field public loopListView SuperScrollView.LoopListView
  197. ---@field public content UIClimbingTower__Generate_scrollview_content
  198. ---@class UIClimbingTower__Generate_AnyBtn
  199. ---@field public gameObject UnityEngine.GameObject
  200. ---@field public button UnityEngine.UI.Button
  201. ---@class UIClimbingTower__Generate_uIAnimator
  202. ---@field public gameObject UnityEngine.GameObject
  203. ---@field public animator UnityEngine.Animator
  204. ---@class UIClimbingTower__Generate
  205. ---@field private gameObject UnityEngine.GameObject
  206. ---@field private transform UnityEngine.Transform
  207. ---@field private uIAnimator UIClimbingTower__Generate_uIAnimator
  208. ---@field private AnyBtn UIClimbingTower__Generate_AnyBtn
  209. ---@field private scrollview UIClimbingTower__Generate_scrollview
  210. ---@field private climbingTowerLevelItem UnityEngine.GameObject
  211. ---@field private climbingTowerTopItem UnityEngine.GameObject
  212. ---@field private wJNode UnityEngine.GameObject
  213. ---@field private bgImage UIClimbingTower__Generate_bgImage
  214. ---@field private wjReword UnityEngine.GameObject
  215. ---@field private wjGoodsItems UIClimbingTower__Generate_wjGoodsItems
  216. ---@field private wjContent UIClimbingTower__Generate_wjContent
  217. ---@field private wjSpReword UnityEngine.GameObject
  218. ---@field private wjSpTitle UnityEngine.GameObject
  219. ---@field private wjSpGoodsItems UIClimbingTower__Generate_wjSpGoodsItems
  220. ---@field private wjSpContent UIClimbingTower__Generate_wjSpContent
  221. ---@field private gotoBtn UIClimbingTower__Generate_gotoBtn
  222. ---@field private wjnpcList UIClimbingTower__Generate_wjnpcList
  223. ---@field private wjpassedNode UnityEngine.GameObject
  224. ---@field private levelInfoBtn UIClimbingTower__Generate_levelInfoBtn
  225. ---@field private friendNode UIClimbingTower__Generate_friendNode
  226. ---@field private wjbonusNode UIClimbingTower__Generate_wjbonusNode
  227. ---@field private levelNum UIClimbingTower__Generate_levelNum
  228. ---@field private wjbottomNode UnityEngine.GameObject
  229. ---@field private left UIClimbingTower__Generate_left
  230. ---@field private right UIClimbingTower__Generate_right
  231. ---@field private center UIClimbingTower__Generate_center
  232. ---@field private wjchallengeBtn UIClimbingTower__Generate_wjchallengeBtn
  233. ---@field private wjCover UnityEngine.GameObject
  234. ---@field private privilegeScrollView UIClimbingTower__Generate_privilegeScrollView
  235. ---@field private buyBuffBtn UIClimbingTower__Generate_buyBuffBtn
  236. ---@field private boardTitle UIClimbingTower__Generate_boardTitle
  237. ---@field private btnStatistics UIClimbingTower__Generate_btnStatistics
  238. ---@field private closeBtn UIClimbingTower__Generate_closeBtn
  239. ---@field private rankBtn UIClimbingTower__Generate_rankBtn
  240. ---@field private btnPresent UIClimbingTower__Generate_btnPresent
  241. ---@field private btnPresent_lock UIClimbingTower__Generate_btnPresent_lock
  242. ---@field private btnTowerTop UIClimbingTower__Generate_btnTowerTop
  243. ---@field private btnTowerTop_lock UIClimbingTower__Generate_btnTowerTop_lock
  244. ---@field private btnTower UIClimbingTower__Generate_btnTower
  245. ---@field private playRuleBtn UIClimbingTower__Generate_playRuleBtn
  246. ---@field private uIGoto UnityEngine.GameObject
  247. ---@field private bgGoto UIClimbingTower__Generate_bgGoto
  248. ---@field private light UnityEngine.GameObject
  249. ---@field private text1 UIClimbingTower__Generate_text1
  250. ---@field private text2 UIClimbingTower__Generate_text2
  251. ---@field private btnGoto UIClimbingTower__Generate_btnGoto
  252. ---@field private btnInOut UIClimbingTower__Generate_btnInOut
  253. ---@field private iconGoto UIClimbingTower__Generate_iconGoto
  254. ---@field private cover UIClimbingTower__Generate_cover
  255. ---@field private towerModes UnityEngine.GameObject
  256. ---@field private towerBgBtn UIClimbingTower__Generate_towerBgBtn
  257. ---@field private modeNode UIClimbingTower__Generate_modeNode
  258. ---@field private content UIClimbingTower__Generate_content
  259. local UIClimbingTowerView = class("UIClimbingTowerView", require("UIViewBase"))
  260. function UIClimbingTowerView:ctor()
  261. end
  262. ---@private
  263. function UIClimbingTowerView:SetActive(result)
  264. self.gameObject:SetActive(result)
  265. end
  266. ---@private
  267. function UIClimbingTowerView:InitGenerate(Root, data)
  268. self.transform = Root
  269. self.inited = true
  270. if self.super.Init then
  271. self.super.Init(self)
  272. end
  273. local tmp
  274. self:InitGenerate__1(Root,data)
  275. self:InitGenerate__2(Root,data)
  276. self:InitGenerate__3(Root,data)
  277. self:InitGenerate__4(Root,data)
  278. self:InitGenerate__5(Root,data)
  279. self:InitGenerate__6(Root,data)
  280. self:InitGenerate__7(Root,data)
  281. self:InitGenerate__8(Root,data)
  282. self:InitGenerate__9(Root,data)
  283. self:InitGenerate__10(Root,data)
  284. self:InitGenerate__11(Root,data)
  285. self:InitGenerate__12(Root,data)
  286. self:InitGenerate__13(Root,data)
  287. self:InitGenerate__14(Root,data)
  288. self:InitGenerate__15(Root,data)
  289. self:InitGenerate__16(Root,data)
  290. self:InitGenerate__17(Root,data)
  291. self:InitGenerate__18(Root,data)
  292. self:InitGenerate__19(Root,data)
  293. self:InitGenerate__20(Root,data)
  294. self:InitGenerate__21(Root,data)
  295. self:InitGenerate__22(Root,data)
  296. self:InitGenerate__23(Root,data)
  297. self:InitGenerate__24(Root,data)
  298. self:InitGenerate__25(Root,data)
  299. self:InitGenerate__26(Root,data)
  300. self:InitGenerate__27(Root,data)
  301. self:InitGenerate__28(Root,data)
  302. self:InitGenerate__29(Root,data)
  303. self:InitGenerate__30(Root,data)
  304. self:InitGenerate__31(Root,data)
  305. self:InitGenerate__32(Root,data)
  306. self:InitGenerate__33(Root,data)
  307. self:InitGenerate__34(Root,data)
  308. self:InitGenerate__35(Root,data)
  309. self:InitGenerate__36(Root,data)
  310. self:InitGenerate__37(Root,data)
  311. self:InitGenerate__38(Root,data)
  312. self:InitGenerate__39(Root,data)
  313. self:InitGenerate__40(Root,data)
  314. self:InitGenerate__41(Root,data)
  315. self:InitGenerate__42(Root,data)
  316. self:InitGenerate__43(Root,data)
  317. self:InitGenerate__44(Root,data)
  318. self:InitGenerate__45(Root,data)
  319. self:InitGenerate__46(Root,data)
  320. self:InitGenerate__47(Root,data)
  321. self:InitGenerate__48(Root,data)
  322. self:InitGenerate__49(Root,data)
  323. self:InitGenerate__50(Root,data)
  324. self:InitGenerate__51(Root,data)
  325. self:InitGenerate__52(Root,data)
  326. self:InitGenerate__53(Root,data)
  327. self:InitGenerate__54(Root,data)
  328. self:InitGenerate__55(Root,data)
  329. self:InitGenerate__56(Root,data)
  330. self:InitGenerate__57(Root,data)
  331. self:InitGenerate__58(Root,data)
  332. self:InitGenerate__59(Root,data)
  333. self:InitGenerate__60(Root,data)
  334. self:InitGenerate__61(Root,data)
  335. self:InitGenerate__62(Root,data)
  336. self:InitGenerate__63(Root,data)
  337. self:InitGenerate__64(Root,data)
  338. self:InitGenerate__65(Root,data)
  339. self:InitGenerate__66(Root,data)
  340. self:InitGenerate__67(Root,data)
  341. self:InitGenerate__68(Root,data)
  342. self:InitGenerate__69(Root,data)
  343. self:InitGenerate__70(Root,data)
  344. self:InitGenerate__71(Root,data)
  345. self:InitGenerate__72(Root,data)
  346. self:InitGenerate__73(Root,data)
  347. end
  348. ---@private
  349. function UIClimbingTowerView:InitGenerate__1(Root, data)
  350. --[[
  351. UIAnimator
  352. --]]
  353. local tmp = Root:Find("UIAnimator").gameObject
  354. if tolua.getpeer(tmp) == nil then
  355. tolua.setpeer(tmp, {})
  356. end
  357. self.uIAnimator = tmp
  358. tmp.animator = tmp:GetComponent(Enum.TypeInfo.Animator)
  359. tmp.animator.logWarnings = false
  360. end
  361. ---@private
  362. function UIClimbingTowerView:InitGenerate__2(Root, data)
  363. --[[
  364. UIAnimator/Alpha
  365. --]]
  366. local tmp = Root:Find("UIAnimator/Alpha").gameObject
  367. if tolua.getpeer(tmp) == nil then
  368. tolua.setpeer(tmp, {})
  369. end
  370. self.AnyBtn = tmp
  371. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  372. end
  373. ---@private
  374. function UIClimbingTowerView:InitGenerate__3(Root, data)
  375. --[[
  376. UIAnimator/Window/scrollview
  377. --]]
  378. local tmp = Root:Find("UIAnimator/Window/scrollview").gameObject
  379. if tolua.getpeer(tmp) == nil then
  380. tolua.setpeer(tmp, {})
  381. end
  382. self.scrollview = tmp
  383. tmp.loopListView = tmp:GetComponent(Enum.TypeInfo.LoopListView)
  384. end
  385. ---@private
  386. function UIClimbingTowerView:InitGenerate__4(Root, data)
  387. --[[
  388. UIAnimator/Window/scrollview/Viewport/Content
  389. --]]
  390. local tmp = Root:Find("UIAnimator/Window/scrollview/Viewport/Content").gameObject
  391. if tolua.getpeer(tmp) == nil then
  392. tolua.setpeer(tmp, {})
  393. end
  394. self.scrollview.content = tmp
  395. tmp.gridLayoutGroup = tmp:GetComponent(Enum.TypeInfo.GridLayoutGroup)
  396. end
  397. ---@private
  398. function UIClimbingTowerView:InitGenerate__5(Root, data)
  399. --[[
  400. UIAnimator/Window/scrollview/Viewport/Content/ClimbingTowerLevelItem
  401. --]]
  402. local tmp = Root:Find("UIAnimator/Window/scrollview/Viewport/Content/ClimbingTowerLevelItem").gameObject
  403. if tolua.getpeer(tmp) == nil then
  404. tolua.setpeer(tmp, {})
  405. end
  406. self.climbingTowerLevelItem = CommonUtil.BindGridViewItem2LuaStatic("ClimbingTowerLevelItem", tmp)
  407. self.climbingTowerLevelItem.prefabName = "ClimbingTowerLevelItem"
  408. end
  409. ---@private
  410. function UIClimbingTowerView:InitGenerate__6(Root, data)
  411. --[[
  412. UIAnimator/Window/scrollview/Viewport/Content/ClimbingTowerTopItem
  413. --]]
  414. local tmp = Root:Find("UIAnimator/Window/scrollview/Viewport/Content/ClimbingTowerTopItem").gameObject
  415. if tolua.getpeer(tmp) == nil then
  416. tolua.setpeer(tmp, {})
  417. end
  418. self.climbingTowerTopItem = CommonUtil.BindGridViewItem2LuaStatic("ClimbingTowerTopItem", tmp)
  419. self.climbingTowerTopItem.prefabName = "ClimbingTowerTopItem"
  420. end
  421. ---@private
  422. function UIClimbingTowerView:InitGenerate__7(Root, data)
  423. --[[
  424. UIAnimator/Window/WJNode
  425. --]]
  426. local tmp = Root:Find("UIAnimator/Window/WJNode").gameObject
  427. if tolua.getpeer(tmp) == nil then
  428. tolua.setpeer(tmp, {})
  429. end
  430. self.wJNode = tmp
  431. end
  432. ---@private
  433. function UIClimbingTowerView:InitGenerate__8(Root, data)
  434. --[[
  435. UIAnimator/Window/WJNode/BgImage
  436. --]]
  437. local tmp = Root:Find("UIAnimator/Window/WJNode/BgImage").gameObject
  438. if tolua.getpeer(tmp) == nil then
  439. tolua.setpeer(tmp, {})
  440. end
  441. self.bgImage = tmp
  442. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  443. end
  444. ---@private
  445. function UIClimbingTowerView:InitGenerate__9(Root, data)
  446. --[[
  447. UIAnimator/Window/WJNode/Rewards
  448. --]]
  449. local tmp = Root:Find("UIAnimator/Window/WJNode/Rewards").gameObject
  450. if tolua.getpeer(tmp) == nil then
  451. tolua.setpeer(tmp, {})
  452. end
  453. self.wjReword = tmp
  454. end
  455. ---@private
  456. function UIClimbingTowerView:InitGenerate__10(Root, data)
  457. --[[
  458. UIAnimator/Window/WJNode/Rewards/Flag/GoodsItems
  459. --]]
  460. local tmp = Root:Find("UIAnimator/Window/WJNode/Rewards/Flag/GoodsItems").gameObject
  461. if tolua.getpeer(tmp) == nil then
  462. tolua.setpeer(tmp, {})
  463. end
  464. self.wjGoodsItems = tmp
  465. tmp.loopHorizontalScrollRect = tmp:GetComponent(Enum.TypeInfo.LoopHorizontalScrollRect)
  466. end
  467. ---@private
  468. function UIClimbingTowerView:InitGenerate__11(Root, data)
  469. --[[
  470. UIAnimator/Window/WJNode/Rewards/Flag/GoodsItems/Viewport/Content
  471. --]]
  472. local tmp = Root:Find("UIAnimator/Window/WJNode/Rewards/Flag/GoodsItems/Viewport/Content").gameObject
  473. if tolua.getpeer(tmp) == nil then
  474. tolua.setpeer(tmp, {})
  475. end
  476. self.wjContent = tmp
  477. tmp.horizontalLayoutGroup = tmp:GetComponent(Enum.TypeInfo.HorizontalLayoutGroup)
  478. end
  479. ---@private
  480. function UIClimbingTowerView:InitGenerate__12(Root, data)
  481. --[[
  482. UIAnimator/Window/WJNode/SpRewards
  483. --]]
  484. local tmp = Root:Find("UIAnimator/Window/WJNode/SpRewards").gameObject
  485. if tolua.getpeer(tmp) == nil then
  486. tolua.setpeer(tmp, {})
  487. end
  488. self.wjSpReword = tmp
  489. end
  490. ---@private
  491. function UIClimbingTowerView:InitGenerate__13(Root, data)
  492. --[[
  493. UIAnimator/Window/WJNode/SpRewards/Flag/titletxt
  494. --]]
  495. local tmp = Root:Find("UIAnimator/Window/WJNode/SpRewards/Flag/titletxt").gameObject
  496. if tolua.getpeer(tmp) == nil then
  497. tolua.setpeer(tmp, {})
  498. end
  499. self.wjSpTitle = tmp
  500. end
  501. ---@private
  502. function UIClimbingTowerView:InitGenerate__14(Root, data)
  503. --[[
  504. UIAnimator/Window/WJNode/SpRewards/Flag/GoodsItems
  505. --]]
  506. local tmp = Root:Find("UIAnimator/Window/WJNode/SpRewards/Flag/GoodsItems").gameObject
  507. if tolua.getpeer(tmp) == nil then
  508. tolua.setpeer(tmp, {})
  509. end
  510. self.wjSpGoodsItems = tmp
  511. tmp.loopHorizontalScrollRect = tmp:GetComponent(Enum.TypeInfo.LoopHorizontalScrollRect)
  512. end
  513. ---@private
  514. function UIClimbingTowerView:InitGenerate__15(Root, data)
  515. --[[
  516. UIAnimator/Window/WJNode/SpRewards/Flag/GoodsItems/Viewport/Content
  517. --]]
  518. local tmp = Root:Find("UIAnimator/Window/WJNode/SpRewards/Flag/GoodsItems/Viewport/Content").gameObject
  519. if tolua.getpeer(tmp) == nil then
  520. tolua.setpeer(tmp, {})
  521. end
  522. self.wjSpContent = tmp
  523. tmp.horizontalLayoutGroup = tmp:GetComponent(Enum.TypeInfo.HorizontalLayoutGroup)
  524. end
  525. ---@private
  526. function UIClimbingTowerView:InitGenerate__16(Root, data)
  527. --[[
  528. UIAnimator/Window/WJNode/SpRewards/Flag/GotoBtnNode/BtnGoto
  529. --]]
  530. local tmp = Root:Find("UIAnimator/Window/WJNode/SpRewards/Flag/GotoBtnNode/BtnGoto").gameObject
  531. if tolua.getpeer(tmp) == nil then
  532. tolua.setpeer(tmp, {})
  533. end
  534. self.gotoBtn = tmp
  535. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  536. end
  537. ---@private
  538. function UIClimbingTowerView:InitGenerate__17(Root, data)
  539. --[[
  540. UIAnimator/Window/WJNode/SpRewards/Flag/GotoBtnNode/BtnGoto/Text
  541. --]]
  542. local tmp = Root:Find("UIAnimator/Window/WJNode/SpRewards/Flag/GotoBtnNode/BtnGoto/Text").gameObject
  543. if tolua.getpeer(tmp) == nil then
  544. tolua.setpeer(tmp, {})
  545. end
  546. self.gotoBtn.text = tmp
  547. end
  548. ---@private
  549. function UIClimbingTowerView:InitGenerate__18(Root, data)
  550. --[[
  551. UIAnimator/Window/WJNode/NpcNode
  552. --]]
  553. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode").gameObject
  554. if tolua.getpeer(tmp) == nil then
  555. tolua.setpeer(tmp, {})
  556. end
  557. self.wjnpcList = tmp
  558. end
  559. ---@private
  560. function UIClimbingTowerView:InitGenerate__19(Root, data)
  561. --[[
  562. UIAnimator/Window/WJNode/NpcNode/Slot1/Pos/Npc1
  563. --]]
  564. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot1/Pos/Npc1").gameObject
  565. if tolua.getpeer(tmp) == nil then
  566. tolua.setpeer(tmp, {})
  567. end
  568. self.wjnpcList.npc1 = tmp
  569. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  570. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  571. end
  572. ---@private
  573. function UIClimbingTowerView:InitGenerate__20(Root, data)
  574. --[[
  575. UIAnimator/Window/WJNode/NpcNode/Slot1/Level/NpcLevel
  576. --]]
  577. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot1/Level/NpcLevel").gameObject
  578. if tolua.getpeer(tmp) == nil then
  579. tolua.setpeer(tmp, {})
  580. end
  581. self.wjnpcList.npcLevel1 = tmp
  582. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  583. end
  584. ---@private
  585. function UIClimbingTowerView:InitGenerate__21(Root, data)
  586. --[[
  587. UIAnimator/Window/WJNode/NpcNode/Slot1/Level/icon
  588. --]]
  589. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot1/Level/icon").gameObject
  590. if tolua.getpeer(tmp) == nil then
  591. tolua.setpeer(tmp, {})
  592. end
  593. self.wjnpcList.natureIcon1 = tmp
  594. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  595. end
  596. ---@private
  597. function UIClimbingTowerView:InitGenerate__22(Root, data)
  598. --[[
  599. UIAnimator/Window/WJNode/NpcNode/Slot2/Pos/Npc2
  600. --]]
  601. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot2/Pos/Npc2").gameObject
  602. if tolua.getpeer(tmp) == nil then
  603. tolua.setpeer(tmp, {})
  604. end
  605. self.wjnpcList.npc2 = tmp
  606. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  607. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  608. end
  609. ---@private
  610. function UIClimbingTowerView:InitGenerate__23(Root, data)
  611. --[[
  612. UIAnimator/Window/WJNode/NpcNode/Slot2/Level/NpcLevel
  613. --]]
  614. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot2/Level/NpcLevel").gameObject
  615. if tolua.getpeer(tmp) == nil then
  616. tolua.setpeer(tmp, {})
  617. end
  618. self.wjnpcList.npcLevel2 = tmp
  619. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  620. end
  621. ---@private
  622. function UIClimbingTowerView:InitGenerate__24(Root, data)
  623. --[[
  624. UIAnimator/Window/WJNode/NpcNode/Slot2/Level/icon
  625. --]]
  626. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot2/Level/icon").gameObject
  627. if tolua.getpeer(tmp) == nil then
  628. tolua.setpeer(tmp, {})
  629. end
  630. self.wjnpcList.natureIcon2 = tmp
  631. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  632. end
  633. ---@private
  634. function UIClimbingTowerView:InitGenerate__25(Root, data)
  635. --[[
  636. UIAnimator/Window/WJNode/NpcNode/Slot3/Pos/Npc3
  637. --]]
  638. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot3/Pos/Npc3").gameObject
  639. if tolua.getpeer(tmp) == nil then
  640. tolua.setpeer(tmp, {})
  641. end
  642. self.wjnpcList.npc3 = tmp
  643. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  644. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  645. end
  646. ---@private
  647. function UIClimbingTowerView:InitGenerate__26(Root, data)
  648. --[[
  649. UIAnimator/Window/WJNode/NpcNode/Slot3/Level/NpcLevel
  650. --]]
  651. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot3/Level/NpcLevel").gameObject
  652. if tolua.getpeer(tmp) == nil then
  653. tolua.setpeer(tmp, {})
  654. end
  655. self.wjnpcList.npcLevel3 = tmp
  656. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  657. end
  658. ---@private
  659. function UIClimbingTowerView:InitGenerate__27(Root, data)
  660. --[[
  661. UIAnimator/Window/WJNode/NpcNode/Slot3/Level/icon
  662. --]]
  663. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot3/Level/icon").gameObject
  664. if tolua.getpeer(tmp) == nil then
  665. tolua.setpeer(tmp, {})
  666. end
  667. self.wjnpcList.natureIcon3 = tmp
  668. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  669. end
  670. ---@private
  671. function UIClimbingTowerView:InitGenerate__28(Root, data)
  672. --[[
  673. UIAnimator/Window/WJNode/NpcNode/Slot4/Pos/Npc4
  674. --]]
  675. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot4/Pos/Npc4").gameObject
  676. if tolua.getpeer(tmp) == nil then
  677. tolua.setpeer(tmp, {})
  678. end
  679. self.wjnpcList.npc4 = tmp
  680. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  681. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  682. end
  683. ---@private
  684. function UIClimbingTowerView:InitGenerate__29(Root, data)
  685. --[[
  686. UIAnimator/Window/WJNode/NpcNode/Slot4/Level/NpcLevel
  687. --]]
  688. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot4/Level/NpcLevel").gameObject
  689. if tolua.getpeer(tmp) == nil then
  690. tolua.setpeer(tmp, {})
  691. end
  692. self.wjnpcList.npcLevel4 = tmp
  693. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  694. end
  695. ---@private
  696. function UIClimbingTowerView:InitGenerate__30(Root, data)
  697. --[[
  698. UIAnimator/Window/WJNode/NpcNode/Slot4/Level/icon
  699. --]]
  700. local tmp = Root:Find("UIAnimator/Window/WJNode/NpcNode/Slot4/Level/icon").gameObject
  701. if tolua.getpeer(tmp) == nil then
  702. tolua.setpeer(tmp, {})
  703. end
  704. self.wjnpcList.natureIcon4 = tmp
  705. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  706. end
  707. ---@private
  708. function UIClimbingTowerView:InitGenerate__31(Root, data)
  709. --[[
  710. UIAnimator/Window/WJNode/PassedNode
  711. --]]
  712. local tmp = Root:Find("UIAnimator/Window/WJNode/PassedNode").gameObject
  713. if tolua.getpeer(tmp) == nil then
  714. tolua.setpeer(tmp, {})
  715. end
  716. self.wjpassedNode = tmp
  717. end
  718. ---@private
  719. function UIClimbingTowerView:InitGenerate__32(Root, data)
  720. --[[
  721. UIAnimator/Window/WJNode/BtnBox/LevelInfoBtn
  722. --]]
  723. local tmp = Root:Find("UIAnimator/Window/WJNode/BtnBox/LevelInfoBtn").gameObject
  724. if tolua.getpeer(tmp) == nil then
  725. tolua.setpeer(tmp, {})
  726. end
  727. self.levelInfoBtn = tmp
  728. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  729. end
  730. ---@private
  731. function UIClimbingTowerView:InitGenerate__33(Root, data)
  732. --[[
  733. UIAnimator/Window/WJNode/BtnBox/FriendImg
  734. --]]
  735. local tmp = Root:Find("UIAnimator/Window/WJNode/BtnBox/FriendImg").gameObject
  736. if tolua.getpeer(tmp) == nil then
  737. tolua.setpeer(tmp, {})
  738. end
  739. self.friendNode = tmp
  740. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  741. end
  742. ---@private
  743. function UIClimbingTowerView:InitGenerate__34(Root, data)
  744. --[[
  745. UIAnimator/Window/WJNode/Bonus
  746. --]]
  747. local tmp = Root:Find("UIAnimator/Window/WJNode/Bonus").gameObject
  748. if tolua.getpeer(tmp) == nil then
  749. tolua.setpeer(tmp, {})
  750. end
  751. self.wjbonusNode = tmp
  752. self.wjbonusNode:SetActive(false)
  753. end
  754. ---@private
  755. function UIClimbingTowerView:InitGenerate__35(Root, data)
  756. --[[
  757. UIAnimator/Window/WJNode/Bonus/Items
  758. --]]
  759. local tmp = Root:Find("UIAnimator/Window/WJNode/Bonus/Items").gameObject
  760. if tolua.getpeer(tmp) == nil then
  761. tolua.setpeer(tmp, {})
  762. end
  763. self.wjbonusNode.items = tmp
  764. end
  765. ---@private
  766. function UIClimbingTowerView:InitGenerate__36(Root, data)
  767. --[[
  768. UIAnimator/Window/WJNode/Bonus/Items/item1
  769. --]]
  770. local tmp = Root:Find("UIAnimator/Window/WJNode/Bonus/Items/item1").gameObject
  771. if tolua.getpeer(tmp) == nil then
  772. tolua.setpeer(tmp, {})
  773. end
  774. self.wjbonusNode.items.item1 = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
  775. self.wjbonusNode.items.item1.prefabName = "IconItem"
  776. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  777. tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
  778. end
  779. ---@private
  780. function UIClimbingTowerView:InitGenerate__37(Root, data)
  781. --[[
  782. UIAnimator/Window/WJNode/Bonus/Items/item2
  783. --]]
  784. local tmp = Root:Find("UIAnimator/Window/WJNode/Bonus/Items/item2").gameObject
  785. if tolua.getpeer(tmp) == nil then
  786. tolua.setpeer(tmp, {})
  787. end
  788. self.wjbonusNode.items.item2 = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
  789. self.wjbonusNode.items.item2.prefabName = "IconItem"
  790. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  791. tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
  792. end
  793. ---@private
  794. function UIClimbingTowerView:InitGenerate__38(Root, data)
  795. --[[
  796. UIAnimator/Window/WJNode/Bonus/Items/item3
  797. --]]
  798. local tmp = Root:Find("UIAnimator/Window/WJNode/Bonus/Items/item3").gameObject
  799. if tolua.getpeer(tmp) == nil then
  800. tolua.setpeer(tmp, {})
  801. end
  802. self.wjbonusNode.items.item3 = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
  803. self.wjbonusNode.items.item3.prefabName = "IconItem"
  804. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  805. tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
  806. end
  807. ---@private
  808. function UIClimbingTowerView:InitGenerate__39(Root, data)
  809. --[[
  810. UIAnimator/Window/WJNode/Top/LevelNumTxt
  811. --]]
  812. local tmp = Root:Find("UIAnimator/Window/WJNode/Top/LevelNumTxt").gameObject
  813. if tolua.getpeer(tmp) == nil then
  814. tolua.setpeer(tmp, {})
  815. end
  816. self.levelNum = tmp
  817. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  818. end
  819. ---@private
  820. function UIClimbingTowerView:InitGenerate__40(Root, data)
  821. --[[
  822. UIAnimator/Window/WJNode/Bottom
  823. --]]
  824. local tmp = Root:Find("UIAnimator/Window/WJNode/Bottom").gameObject
  825. if tolua.getpeer(tmp) == nil then
  826. tolua.setpeer(tmp, {})
  827. end
  828. self.wjbottomNode = tmp
  829. end
  830. ---@private
  831. function UIClimbingTowerView:InitGenerate__41(Root, data)
  832. --[[
  833. UIAnimator/Window/WJNode/Bottom/left
  834. --]]
  835. local tmp = Root:Find("UIAnimator/Window/WJNode/Bottom/left").gameObject
  836. if tolua.getpeer(tmp) == nil then
  837. tolua.setpeer(tmp, {})
  838. end
  839. self.left = tmp
  840. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  841. end
  842. ---@private
  843. function UIClimbingTowerView:InitGenerate__42(Root, data)
  844. --[[
  845. UIAnimator/Window/WJNode/Bottom/right
  846. --]]
  847. local tmp = Root:Find("UIAnimator/Window/WJNode/Bottom/right").gameObject
  848. if tolua.getpeer(tmp) == nil then
  849. tolua.setpeer(tmp, {})
  850. end
  851. self.right = tmp
  852. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  853. end
  854. ---@private
  855. function UIClimbingTowerView:InitGenerate__43(Root, data)
  856. --[[
  857. UIAnimator/Window/WJNode/Bottom/center
  858. --]]
  859. local tmp = Root:Find("UIAnimator/Window/WJNode/Bottom/center").gameObject
  860. if tolua.getpeer(tmp) == nil then
  861. tolua.setpeer(tmp, {})
  862. end
  863. self.center = tmp
  864. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  865. end
  866. ---@private
  867. function UIClimbingTowerView:InitGenerate__44(Root, data)
  868. --[[
  869. UIAnimator/Window/WJNode/ChallengeBtn
  870. --]]
  871. local tmp = Root:Find("UIAnimator/Window/WJNode/ChallengeBtn").gameObject
  872. if tolua.getpeer(tmp) == nil then
  873. tolua.setpeer(tmp, {})
  874. end
  875. self.wjchallengeBtn = tmp
  876. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  877. end
  878. ---@private
  879. function UIClimbingTowerView:InitGenerate__45(Root, data)
  880. --[[
  881. UIAnimator/Window/WJNode/Cover (1)
  882. --]]
  883. local tmp = Root:Find("UIAnimator/Window/WJNode/Cover (1)").gameObject
  884. if tolua.getpeer(tmp) == nil then
  885. tolua.setpeer(tmp, {})
  886. end
  887. self.wjCover = tmp
  888. end
  889. ---@private
  890. function UIClimbingTowerView:InitGenerate__46(Root, data)
  891. --[[
  892. UIAnimator/Window/WJNode/BattleBuffNode/PrivilegeScrollView
  893. --]]
  894. local tmp = Root:Find("UIAnimator/Window/WJNode/BattleBuffNode/PrivilegeScrollView").gameObject
  895. if tolua.getpeer(tmp) == nil then
  896. tolua.setpeer(tmp, {})
  897. end
  898. self.privilegeScrollView = tmp
  899. tmp.loopListView = tmp:GetComponent(Enum.TypeInfo.LoopListView)
  900. end
  901. ---@private
  902. function UIClimbingTowerView:InitGenerate__47(Root, data)
  903. --[[
  904. UIAnimator/Window/WJNode/BattleBuffNode/PrivilegeScrollView/Viewport/Content/EntryUnlockDscItem
  905. --]]
  906. local tmp = Root:Find("UIAnimator/Window/WJNode/BattleBuffNode/PrivilegeScrollView/Viewport/Content/EntryUnlockDscItem").gameObject
  907. if tolua.getpeer(tmp) == nil then
  908. tolua.setpeer(tmp, {})
  909. end
  910. self.privilegeScrollView.entryUnlockDscItem = CommonUtil.BindGridViewItem2LuaStatic("EntryUnlockDscItem", tmp)
  911. self.privilegeScrollView.entryUnlockDscItem.prefabName = "EntryUnlockDscItem"
  912. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  913. end
  914. ---@private
  915. function UIClimbingTowerView:InitGenerate__48(Root, data)
  916. --[[
  917. UIAnimator/Window/WJNode/BattleBuffNode/Title2/BuyBuffBtn
  918. --]]
  919. local tmp = Root:Find("UIAnimator/Window/WJNode/BattleBuffNode/Title2/BuyBuffBtn").gameObject
  920. if tolua.getpeer(tmp) == nil then
  921. tolua.setpeer(tmp, {})
  922. end
  923. self.buyBuffBtn = tmp
  924. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  925. end
  926. ---@private
  927. function UIClimbingTowerView:InitGenerate__49(Root, data)
  928. --[[
  929. UIAnimator/Window/WJNode/BattleBuffNode/Title2/BuyBuffBtn/Text
  930. --]]
  931. local tmp = Root:Find("UIAnimator/Window/WJNode/BattleBuffNode/Title2/BuyBuffBtn/Text").gameObject
  932. if tolua.getpeer(tmp) == nil then
  933. tolua.setpeer(tmp, {})
  934. end
  935. self.buyBuffBtn.text = tmp
  936. end
  937. ---@private
  938. function UIClimbingTowerView:InitGenerate__50(Root, data)
  939. --[[
  940. UIAnimator/Window/WJNode/BattleBuffNode/Title2/BattleBuffTxt
  941. --]]
  942. local tmp = Root:Find("UIAnimator/Window/WJNode/BattleBuffNode/Title2/BattleBuffTxt").gameObject
  943. if tolua.getpeer(tmp) == nil then
  944. tolua.setpeer(tmp, {})
  945. end
  946. self.privilegeScrollView.entryUnlockDscItem.battleBuffTxt = tmp
  947. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  948. end
  949. ---@private
  950. function UIClimbingTowerView:InitGenerate__51(Root, data)
  951. --[[
  952. UIAnimator/Window/UITitle/BoardTitle
  953. --]]
  954. local tmp = Root:Find("UIAnimator/Window/UITitle/BoardTitle").gameObject
  955. if tolua.getpeer(tmp) == nil then
  956. tolua.setpeer(tmp, {})
  957. end
  958. self.boardTitle = tmp
  959. tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
  960. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  961. end
  962. ---@private
  963. function UIClimbingTowerView:InitGenerate__52(Root, data)
  964. --[[
  965. UIAnimator/Window/UITitle/BtnStatistics
  966. --]]
  967. local tmp = Root:Find("UIAnimator/Window/UITitle/BtnStatistics").gameObject
  968. if tolua.getpeer(tmp) == nil then
  969. tolua.setpeer(tmp, {})
  970. end
  971. self.btnStatistics = tmp
  972. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  973. end
  974. ---@private
  975. function UIClimbingTowerView:InitGenerate__53(Root, data)
  976. --[[
  977. UIAnimator/Window/BtnBack
  978. --]]
  979. local tmp = Root:Find("UIAnimator/Window/BtnBack").gameObject
  980. if tolua.getpeer(tmp) == nil then
  981. tolua.setpeer(tmp, {})
  982. end
  983. self.closeBtn = tmp
  984. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  985. end
  986. ---@private
  987. function UIClimbingTowerView:InitGenerate__54(Root, data)
  988. --[[
  989. UIAnimator/Window/RankBtn
  990. --]]
  991. local tmp = Root:Find("UIAnimator/Window/RankBtn").gameObject
  992. if tolua.getpeer(tmp) == nil then
  993. tolua.setpeer(tmp, {})
  994. end
  995. self.rankBtn = tmp
  996. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  997. end
  998. ---@private
  999. function UIClimbingTowerView:InitGenerate__55(Root, data)
  1000. --[[
  1001. UIAnimator/Window/BtnPresent
  1002. --]]
  1003. local tmp = Root:Find("UIAnimator/Window/BtnPresent").gameObject
  1004. if tolua.getpeer(tmp) == nil then
  1005. tolua.setpeer(tmp, {})
  1006. end
  1007. self.btnPresent = tmp
  1008. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1009. end
  1010. ---@private
  1011. function UIClimbingTowerView:InitGenerate__56(Root, data)
  1012. --[[
  1013. UIAnimator/Window/BtnPresent_lock
  1014. --]]
  1015. local tmp = Root:Find("UIAnimator/Window/BtnPresent_lock").gameObject
  1016. if tolua.getpeer(tmp) == nil then
  1017. tolua.setpeer(tmp, {})
  1018. end
  1019. self.btnPresent_lock = tmp
  1020. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1021. end
  1022. ---@private
  1023. function UIClimbingTowerView:InitGenerate__57(Root, data)
  1024. --[[
  1025. UIAnimator/Window/BtnTowerTop
  1026. --]]
  1027. local tmp = Root:Find("UIAnimator/Window/BtnTowerTop").gameObject
  1028. if tolua.getpeer(tmp) == nil then
  1029. tolua.setpeer(tmp, {})
  1030. end
  1031. self.btnTowerTop = tmp
  1032. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1033. end
  1034. ---@private
  1035. function UIClimbingTowerView:InitGenerate__58(Root, data)
  1036. --[[
  1037. UIAnimator/Window/BtnTowerTop_lock
  1038. --]]
  1039. local tmp = Root:Find("UIAnimator/Window/BtnTowerTop_lock").gameObject
  1040. if tolua.getpeer(tmp) == nil then
  1041. tolua.setpeer(tmp, {})
  1042. end
  1043. self.btnTowerTop_lock = tmp
  1044. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1045. end
  1046. ---@private
  1047. function UIClimbingTowerView:InitGenerate__59(Root, data)
  1048. --[[
  1049. UIAnimator/Window/BtnTower
  1050. --]]
  1051. local tmp = Root:Find("UIAnimator/Window/BtnTower").gameObject
  1052. if tolua.getpeer(tmp) == nil then
  1053. tolua.setpeer(tmp, {})
  1054. end
  1055. self.btnTower = tmp
  1056. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1057. end
  1058. ---@private
  1059. function UIClimbingTowerView:InitGenerate__60(Root, data)
  1060. --[[
  1061. UIAnimator/Window/BtnPlayRule
  1062. --]]
  1063. local tmp = Root:Find("UIAnimator/Window/BtnPlayRule").gameObject
  1064. if tolua.getpeer(tmp) == nil then
  1065. tolua.setpeer(tmp, {})
  1066. end
  1067. self.playRuleBtn = tmp
  1068. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1069. end
  1070. ---@private
  1071. function UIClimbingTowerView:InitGenerate__61(Root, data)
  1072. --[[
  1073. UIAnimator/Window/UIGoto
  1074. --]]
  1075. local tmp = Root:Find("UIAnimator/Window/UIGoto").gameObject
  1076. if tolua.getpeer(tmp) == nil then
  1077. tolua.setpeer(tmp, {})
  1078. end
  1079. self.uIGoto = tmp
  1080. end
  1081. ---@private
  1082. function UIClimbingTowerView:InitGenerate__62(Root, data)
  1083. --[[
  1084. UIAnimator/Window/UIGoto/BgGoto
  1085. --]]
  1086. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto").gameObject
  1087. if tolua.getpeer(tmp) == nil then
  1088. tolua.setpeer(tmp, {})
  1089. end
  1090. self.bgGoto = tmp
  1091. tmp.animator = tmp:GetComponent(Enum.TypeInfo.Animator)
  1092. tmp.animator.logWarnings = false
  1093. end
  1094. ---@private
  1095. function UIClimbingTowerView:InitGenerate__63(Root, data)
  1096. --[[
  1097. UIAnimator/Window/UIGoto/BgGoto/Light
  1098. --]]
  1099. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto/Light").gameObject
  1100. if tolua.getpeer(tmp) == nil then
  1101. tolua.setpeer(tmp, {})
  1102. end
  1103. self.light = tmp
  1104. end
  1105. ---@private
  1106. function UIClimbingTowerView:InitGenerate__64(Root, data)
  1107. --[[
  1108. UIAnimator/Window/UIGoto/BgGoto/Text1
  1109. --]]
  1110. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto/Text1").gameObject
  1111. if tolua.getpeer(tmp) == nil then
  1112. tolua.setpeer(tmp, {})
  1113. end
  1114. self.text1 = tmp
  1115. tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
  1116. end
  1117. ---@private
  1118. function UIClimbingTowerView:InitGenerate__65(Root, data)
  1119. --[[
  1120. UIAnimator/Window/UIGoto/BgGoto/Text2
  1121. --]]
  1122. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto/Text2").gameObject
  1123. if tolua.getpeer(tmp) == nil then
  1124. tolua.setpeer(tmp, {})
  1125. end
  1126. self.text2 = tmp
  1127. tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
  1128. end
  1129. ---@private
  1130. function UIClimbingTowerView:InitGenerate__66(Root, data)
  1131. --[[
  1132. UIAnimator/Window/UIGoto/BgGoto/BtnGoto
  1133. --]]
  1134. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto/BtnGoto").gameObject
  1135. if tolua.getpeer(tmp) == nil then
  1136. tolua.setpeer(tmp, {})
  1137. end
  1138. self.btnGoto = tmp
  1139. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1140. end
  1141. ---@private
  1142. function UIClimbingTowerView:InitGenerate__67(Root, data)
  1143. --[[
  1144. UIAnimator/Window/UIGoto/BgGoto/BtnInOut
  1145. --]]
  1146. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto/BtnInOut").gameObject
  1147. if tolua.getpeer(tmp) == nil then
  1148. tolua.setpeer(tmp, {})
  1149. end
  1150. self.btnInOut = tmp
  1151. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1152. end
  1153. ---@private
  1154. function UIClimbingTowerView:InitGenerate__68(Root, data)
  1155. --[[
  1156. UIAnimator/Window/UIGoto/BgGoto/BtnInOut/IconGoto
  1157. --]]
  1158. local tmp = Root:Find("UIAnimator/Window/UIGoto/BgGoto/BtnInOut/IconGoto").gameObject
  1159. if tolua.getpeer(tmp) == nil then
  1160. tolua.setpeer(tmp, {})
  1161. end
  1162. self.iconGoto = tmp
  1163. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  1164. end
  1165. ---@private
  1166. function UIClimbingTowerView:InitGenerate__69(Root, data)
  1167. --[[
  1168. UIAnimator/Window/Cover
  1169. --]]
  1170. local tmp = Root:Find("UIAnimator/Window/Cover").gameObject
  1171. if tolua.getpeer(tmp) == nil then
  1172. tolua.setpeer(tmp, {})
  1173. end
  1174. self.cover = tmp
  1175. tmp.animator = tmp:GetComponent(Enum.TypeInfo.Animator)
  1176. tmp.animator.logWarnings = false
  1177. end
  1178. ---@private
  1179. function UIClimbingTowerView:InitGenerate__70(Root, data)
  1180. --[[
  1181. UIAnimator/TowerModes
  1182. --]]
  1183. local tmp = Root:Find("UIAnimator/TowerModes").gameObject
  1184. if tolua.getpeer(tmp) == nil then
  1185. tolua.setpeer(tmp, {})
  1186. end
  1187. self.towerModes = tmp
  1188. end
  1189. ---@private
  1190. function UIClimbingTowerView:InitGenerate__71(Root, data)
  1191. --[[
  1192. UIAnimator/TowerModes/TowerBgBtn
  1193. --]]
  1194. local tmp = Root:Find("UIAnimator/TowerModes/TowerBgBtn").gameObject
  1195. if tolua.getpeer(tmp) == nil then
  1196. tolua.setpeer(tmp, {})
  1197. end
  1198. self.towerBgBtn = tmp
  1199. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1200. end
  1201. ---@private
  1202. function UIClimbingTowerView:InitGenerate__72(Root, data)
  1203. --[[
  1204. UIAnimator/TowerModes/ModeNode
  1205. --]]
  1206. local tmp = Root:Find("UIAnimator/TowerModes/ModeNode").gameObject
  1207. if tolua.getpeer(tmp) == nil then
  1208. tolua.setpeer(tmp, {})
  1209. end
  1210. self.modeNode = tmp
  1211. tmp.loopVerticalScrollRect = tmp:GetComponent(Enum.TypeInfo.LoopVerticalScrollRect)
  1212. end
  1213. ---@private
  1214. function UIClimbingTowerView:InitGenerate__73(Root, data)
  1215. --[[
  1216. UIAnimator/TowerModes/ModeNode/Viewport/Content
  1217. --]]
  1218. local tmp = Root:Find("UIAnimator/TowerModes/ModeNode/Viewport/Content").gameObject
  1219. if tolua.getpeer(tmp) == nil then
  1220. tolua.setpeer(tmp, {})
  1221. end
  1222. self.content = tmp
  1223. tmp.verticalLayoutGroup = tmp:GetComponent(Enum.TypeInfo.VerticalLayoutGroup)
  1224. end
  1225. ---@private
  1226. function UIClimbingTowerView:GenerateDestroy()
  1227. if tolua.getpeer(self.privilegeScrollView.entryUnlockDscItem.battleBuffTxt) ~= nil then
  1228. tolua.setpeer(self.privilegeScrollView.entryUnlockDscItem.battleBuffTxt, nil)
  1229. end
  1230. if tolua.getpeer(self.buyBuffBtn.text) ~= nil then
  1231. tolua.setpeer(self.buyBuffBtn.text, nil)
  1232. end
  1233. if self.privilegeScrollView.entryUnlockDscItem.GenerateDestroy ~= nil then
  1234. self.privilegeScrollView.entryUnlockDscItem:GenerateDestroy()
  1235. end
  1236. if tolua.getpeer(self.privilegeScrollView.entryUnlockDscItem) ~= nil then
  1237. tolua.setpeer(self.privilegeScrollView.entryUnlockDscItem, nil)
  1238. end
  1239. if self.wjbonusNode.items.item3.GenerateDestroy ~= nil then
  1240. self.wjbonusNode.items.item3:GenerateDestroy()
  1241. end
  1242. if tolua.getpeer(self.wjbonusNode.items.item3) ~= nil then
  1243. tolua.setpeer(self.wjbonusNode.items.item3, nil)
  1244. end
  1245. if self.wjbonusNode.items.item2.GenerateDestroy ~= nil then
  1246. self.wjbonusNode.items.item2:GenerateDestroy()
  1247. end
  1248. if tolua.getpeer(self.wjbonusNode.items.item2) ~= nil then
  1249. tolua.setpeer(self.wjbonusNode.items.item2, nil)
  1250. end
  1251. if self.wjbonusNode.items.item1.GenerateDestroy ~= nil then
  1252. self.wjbonusNode.items.item1:GenerateDestroy()
  1253. end
  1254. if tolua.getpeer(self.wjbonusNode.items.item1) ~= nil then
  1255. tolua.setpeer(self.wjbonusNode.items.item1, nil)
  1256. end
  1257. if tolua.getpeer(self.wjbonusNode.items) ~= nil then
  1258. tolua.setpeer(self.wjbonusNode.items, nil)
  1259. end
  1260. if tolua.getpeer(self.wjnpcList.natureIcon4) ~= nil then
  1261. tolua.setpeer(self.wjnpcList.natureIcon4, nil)
  1262. end
  1263. if tolua.getpeer(self.wjnpcList.npcLevel4) ~= nil then
  1264. tolua.setpeer(self.wjnpcList.npcLevel4, nil)
  1265. end
  1266. if tolua.getpeer(self.wjnpcList.npc4) ~= nil then
  1267. tolua.setpeer(self.wjnpcList.npc4, nil)
  1268. end
  1269. if tolua.getpeer(self.wjnpcList.natureIcon3) ~= nil then
  1270. tolua.setpeer(self.wjnpcList.natureIcon3, nil)
  1271. end
  1272. if tolua.getpeer(self.wjnpcList.npcLevel3) ~= nil then
  1273. tolua.setpeer(self.wjnpcList.npcLevel3, nil)
  1274. end
  1275. if tolua.getpeer(self.wjnpcList.npc3) ~= nil then
  1276. tolua.setpeer(self.wjnpcList.npc3, nil)
  1277. end
  1278. if tolua.getpeer(self.wjnpcList.natureIcon2) ~= nil then
  1279. tolua.setpeer(self.wjnpcList.natureIcon2, nil)
  1280. end
  1281. if tolua.getpeer(self.wjnpcList.npcLevel2) ~= nil then
  1282. tolua.setpeer(self.wjnpcList.npcLevel2, nil)
  1283. end
  1284. if tolua.getpeer(self.wjnpcList.npc2) ~= nil then
  1285. tolua.setpeer(self.wjnpcList.npc2, nil)
  1286. end
  1287. if tolua.getpeer(self.wjnpcList.natureIcon1) ~= nil then
  1288. tolua.setpeer(self.wjnpcList.natureIcon1, nil)
  1289. end
  1290. if tolua.getpeer(self.wjnpcList.npcLevel1) ~= nil then
  1291. tolua.setpeer(self.wjnpcList.npcLevel1, nil)
  1292. end
  1293. if tolua.getpeer(self.wjnpcList.npc1) ~= nil then
  1294. tolua.setpeer(self.wjnpcList.npc1, nil)
  1295. end
  1296. if tolua.getpeer(self.gotoBtn.text) ~= nil then
  1297. tolua.setpeer(self.gotoBtn.text, nil)
  1298. end
  1299. if tolua.getpeer(self.scrollview.content) ~= nil then
  1300. tolua.setpeer(self.scrollview.content, nil)
  1301. end
  1302. if tolua.getpeer(self.uIAnimator) ~= nil then
  1303. tolua.setpeer(self.uIAnimator, nil)
  1304. end
  1305. self.uIAnimator = nil
  1306. if tolua.getpeer(self.AnyBtn) ~= nil then
  1307. tolua.setpeer(self.AnyBtn, nil)
  1308. end
  1309. self.AnyBtn = nil
  1310. if tolua.getpeer(self.scrollview) ~= nil then
  1311. tolua.setpeer(self.scrollview, nil)
  1312. end
  1313. self.scrollview = nil
  1314. if self.climbingTowerLevelItem.GenerateDestroy ~= nil then
  1315. self.climbingTowerLevelItem:GenerateDestroy()
  1316. end
  1317. if tolua.getpeer(self.climbingTowerLevelItem) ~= nil then
  1318. tolua.setpeer(self.climbingTowerLevelItem, nil)
  1319. end
  1320. self.climbingTowerLevelItem = nil
  1321. if self.climbingTowerTopItem.GenerateDestroy ~= nil then
  1322. self.climbingTowerTopItem:GenerateDestroy()
  1323. end
  1324. if tolua.getpeer(self.climbingTowerTopItem) ~= nil then
  1325. tolua.setpeer(self.climbingTowerTopItem, nil)
  1326. end
  1327. self.climbingTowerTopItem = nil
  1328. if tolua.getpeer(self.wJNode) ~= nil then
  1329. tolua.setpeer(self.wJNode, nil)
  1330. end
  1331. self.wJNode = nil
  1332. if tolua.getpeer(self.bgImage) ~= nil then
  1333. tolua.setpeer(self.bgImage, nil)
  1334. end
  1335. self.bgImage = nil
  1336. if tolua.getpeer(self.wjReword) ~= nil then
  1337. tolua.setpeer(self.wjReword, nil)
  1338. end
  1339. self.wjReword = nil
  1340. if tolua.getpeer(self.wjGoodsItems) ~= nil then
  1341. tolua.setpeer(self.wjGoodsItems, nil)
  1342. end
  1343. self.wjGoodsItems = nil
  1344. if tolua.getpeer(self.wjContent) ~= nil then
  1345. tolua.setpeer(self.wjContent, nil)
  1346. end
  1347. self.wjContent = nil
  1348. if tolua.getpeer(self.wjSpReword) ~= nil then
  1349. tolua.setpeer(self.wjSpReword, nil)
  1350. end
  1351. self.wjSpReword = nil
  1352. if tolua.getpeer(self.wjSpTitle) ~= nil then
  1353. tolua.setpeer(self.wjSpTitle, nil)
  1354. end
  1355. self.wjSpTitle = nil
  1356. if tolua.getpeer(self.wjSpGoodsItems) ~= nil then
  1357. tolua.setpeer(self.wjSpGoodsItems, nil)
  1358. end
  1359. self.wjSpGoodsItems = nil
  1360. if tolua.getpeer(self.wjSpContent) ~= nil then
  1361. tolua.setpeer(self.wjSpContent, nil)
  1362. end
  1363. self.wjSpContent = nil
  1364. if tolua.getpeer(self.gotoBtn) ~= nil then
  1365. tolua.setpeer(self.gotoBtn, nil)
  1366. end
  1367. self.gotoBtn = nil
  1368. if tolua.getpeer(self.wjnpcList) ~= nil then
  1369. tolua.setpeer(self.wjnpcList, nil)
  1370. end
  1371. self.wjnpcList = nil
  1372. if tolua.getpeer(self.wjpassedNode) ~= nil then
  1373. tolua.setpeer(self.wjpassedNode, nil)
  1374. end
  1375. self.wjpassedNode = nil
  1376. if tolua.getpeer(self.levelInfoBtn) ~= nil then
  1377. tolua.setpeer(self.levelInfoBtn, nil)
  1378. end
  1379. self.levelInfoBtn = nil
  1380. if tolua.getpeer(self.friendNode) ~= nil then
  1381. tolua.setpeer(self.friendNode, nil)
  1382. end
  1383. self.friendNode = nil
  1384. if tolua.getpeer(self.wjbonusNode) ~= nil then
  1385. tolua.setpeer(self.wjbonusNode, nil)
  1386. end
  1387. self.wjbonusNode = nil
  1388. if tolua.getpeer(self.levelNum) ~= nil then
  1389. tolua.setpeer(self.levelNum, nil)
  1390. end
  1391. self.levelNum = nil
  1392. if tolua.getpeer(self.wjbottomNode) ~= nil then
  1393. tolua.setpeer(self.wjbottomNode, nil)
  1394. end
  1395. self.wjbottomNode = nil
  1396. if tolua.getpeer(self.left) ~= nil then
  1397. tolua.setpeer(self.left, nil)
  1398. end
  1399. self.left = nil
  1400. if tolua.getpeer(self.right) ~= nil then
  1401. tolua.setpeer(self.right, nil)
  1402. end
  1403. self.right = nil
  1404. if tolua.getpeer(self.center) ~= nil then
  1405. tolua.setpeer(self.center, nil)
  1406. end
  1407. self.center = nil
  1408. if tolua.getpeer(self.wjchallengeBtn) ~= nil then
  1409. tolua.setpeer(self.wjchallengeBtn, nil)
  1410. end
  1411. self.wjchallengeBtn = nil
  1412. if tolua.getpeer(self.wjCover) ~= nil then
  1413. tolua.setpeer(self.wjCover, nil)
  1414. end
  1415. self.wjCover = nil
  1416. if tolua.getpeer(self.privilegeScrollView) ~= nil then
  1417. tolua.setpeer(self.privilegeScrollView, nil)
  1418. end
  1419. self.privilegeScrollView = nil
  1420. if tolua.getpeer(self.buyBuffBtn) ~= nil then
  1421. tolua.setpeer(self.buyBuffBtn, nil)
  1422. end
  1423. self.buyBuffBtn = nil
  1424. if tolua.getpeer(self.boardTitle) ~= nil then
  1425. tolua.setpeer(self.boardTitle, nil)
  1426. end
  1427. self.boardTitle = nil
  1428. if tolua.getpeer(self.btnStatistics) ~= nil then
  1429. tolua.setpeer(self.btnStatistics, nil)
  1430. end
  1431. self.btnStatistics = nil
  1432. if tolua.getpeer(self.closeBtn) ~= nil then
  1433. tolua.setpeer(self.closeBtn, nil)
  1434. end
  1435. self.closeBtn = nil
  1436. if tolua.getpeer(self.rankBtn) ~= nil then
  1437. tolua.setpeer(self.rankBtn, nil)
  1438. end
  1439. self.rankBtn = nil
  1440. if tolua.getpeer(self.btnPresent) ~= nil then
  1441. tolua.setpeer(self.btnPresent, nil)
  1442. end
  1443. self.btnPresent = nil
  1444. if tolua.getpeer(self.btnPresent_lock) ~= nil then
  1445. tolua.setpeer(self.btnPresent_lock, nil)
  1446. end
  1447. self.btnPresent_lock = nil
  1448. if tolua.getpeer(self.btnTowerTop) ~= nil then
  1449. tolua.setpeer(self.btnTowerTop, nil)
  1450. end
  1451. self.btnTowerTop = nil
  1452. if tolua.getpeer(self.btnTowerTop_lock) ~= nil then
  1453. tolua.setpeer(self.btnTowerTop_lock, nil)
  1454. end
  1455. self.btnTowerTop_lock = nil
  1456. if tolua.getpeer(self.btnTower) ~= nil then
  1457. tolua.setpeer(self.btnTower, nil)
  1458. end
  1459. self.btnTower = nil
  1460. if tolua.getpeer(self.playRuleBtn) ~= nil then
  1461. tolua.setpeer(self.playRuleBtn, nil)
  1462. end
  1463. self.playRuleBtn = nil
  1464. if tolua.getpeer(self.uIGoto) ~= nil then
  1465. tolua.setpeer(self.uIGoto, nil)
  1466. end
  1467. self.uIGoto = nil
  1468. if tolua.getpeer(self.bgGoto) ~= nil then
  1469. tolua.setpeer(self.bgGoto, nil)
  1470. end
  1471. self.bgGoto = nil
  1472. if tolua.getpeer(self.light) ~= nil then
  1473. tolua.setpeer(self.light, nil)
  1474. end
  1475. self.light = nil
  1476. if tolua.getpeer(self.text1) ~= nil then
  1477. tolua.setpeer(self.text1, nil)
  1478. end
  1479. self.text1 = nil
  1480. if tolua.getpeer(self.text2) ~= nil then
  1481. tolua.setpeer(self.text2, nil)
  1482. end
  1483. self.text2 = nil
  1484. if tolua.getpeer(self.btnGoto) ~= nil then
  1485. tolua.setpeer(self.btnGoto, nil)
  1486. end
  1487. self.btnGoto = nil
  1488. if tolua.getpeer(self.btnInOut) ~= nil then
  1489. tolua.setpeer(self.btnInOut, nil)
  1490. end
  1491. self.btnInOut = nil
  1492. if tolua.getpeer(self.iconGoto) ~= nil then
  1493. tolua.setpeer(self.iconGoto, nil)
  1494. end
  1495. self.iconGoto = nil
  1496. if tolua.getpeer(self.cover) ~= nil then
  1497. tolua.setpeer(self.cover, nil)
  1498. end
  1499. self.cover = nil
  1500. if tolua.getpeer(self.towerModes) ~= nil then
  1501. tolua.setpeer(self.towerModes, nil)
  1502. end
  1503. self.towerModes = nil
  1504. if tolua.getpeer(self.towerBgBtn) ~= nil then
  1505. tolua.setpeer(self.towerBgBtn, nil)
  1506. end
  1507. self.towerBgBtn = nil
  1508. if tolua.getpeer(self.modeNode) ~= nil then
  1509. tolua.setpeer(self.modeNode, nil)
  1510. end
  1511. self.modeNode = nil
  1512. if tolua.getpeer(self.content) ~= nil then
  1513. tolua.setpeer(self.content, nil)
  1514. end
  1515. self.content = nil
  1516. self.transform = nil
  1517. self.gameObject = nil
  1518. self.inited = false
  1519. end
  1520. return UIClimbingTowerView