UIExpeditionDungeonInfoView_Generate.lua 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241
  1. ---@class UIExpeditionDungeonInfo__Generate_blessBtn
  2. ---@field public gameObject UnityEngine.GameObject
  3. ---@field public button UnityEngine.UI.Button
  4. ---@class UIExpeditionDungeonInfo__Generate_petBtn
  5. ---@field public gameObject UnityEngine.GameObject
  6. ---@field public button UnityEngine.UI.Button
  7. ---@class UIExpeditionDungeonInfo__Generate_skillBtn
  8. ---@field public gameObject UnityEngine.GameObject
  9. ---@field public button UnityEngine.UI.Button
  10. ---@class UIExpeditionDungeonInfo__Generate_arrangeBtn_hpTipsNode_tips
  11. ---@field public gameObject UnityEngine.GameObject
  12. ---@field public text TMPro.TextMeshProUGUI
  13. ---@class UIExpeditionDungeonInfo__Generate_arrangeBtn_hpTipsNode
  14. ---@field public gameObject UnityEngine.GameObject
  15. ---@field public deadFlag UnityEngine.GameObject
  16. ---@field public healthFlag UnityEngine.GameObject
  17. ---@field public warningFlag UnityEngine.GameObject
  18. ---@field public tips UIExpeditionDungeonInfo__Generate_arrangeBtn_hpTipsNode_tips
  19. ---@class UIExpeditionDungeonInfo__Generate_arrangeBtn
  20. ---@field public gameObject UnityEngine.GameObject
  21. ---@field public button UnityEngine.UI.Button
  22. ---@field public hpTipsNode UIExpeditionDungeonInfo__Generate_arrangeBtn_hpTipsNode
  23. ---@class UIExpeditionDungeonInfo__Generate_score3_number
  24. ---@field public gameObject UnityEngine.GameObject
  25. ---@field public text TMPro.TextMeshProUGUI
  26. ---@class UIExpeditionDungeonInfo__Generate_score3
  27. ---@field public gameObject UnityEngine.GameObject
  28. ---@field public number UIExpeditionDungeonInfo__Generate_score3_number
  29. ---@class UIExpeditionDungeonInfo__Generate_score2_number
  30. ---@field public gameObject UnityEngine.GameObject
  31. ---@field public text TMPro.TextMeshProUGUI
  32. ---@class UIExpeditionDungeonInfo__Generate_score2
  33. ---@field public gameObject UnityEngine.GameObject
  34. ---@field public number UIExpeditionDungeonInfo__Generate_score2_number
  35. ---@class UIExpeditionDungeonInfo__Generate_score1_number
  36. ---@field public gameObject UnityEngine.GameObject
  37. ---@field public text TMPro.TextMeshProUGUI
  38. ---@class UIExpeditionDungeonInfo__Generate_score1
  39. ---@field public gameObject UnityEngine.GameObject
  40. ---@field public number UIExpeditionDungeonInfo__Generate_score1_number
  41. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_hpProgress_img
  42. ---@field public gameObject UnityEngine.GameObject
  43. ---@field public image UnityEngine.UI.Image
  44. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_hpProgress
  45. ---@field public gameObject UnityEngine.GameObject
  46. ---@field public slider UnityEngine.UI.Slider
  47. ---@field public img UIExpeditionDungeonInfo__Generate_bossItem3_hpProgress_img
  48. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_scoreTxt
  49. ---@field public gameObject UnityEngine.GameObject
  50. ---@field public text UnityEngine.UI.Text
  51. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_natureImg
  52. ---@field public gameObject UnityEngine.GameObject
  53. ---@field public image UnityEngine.UI.Image
  54. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_bossName
  55. ---@field public gameObject UnityEngine.GameObject
  56. ---@field public text UnityEngine.UI.Text
  57. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_challengeBtn
  58. ---@field public gameObject UnityEngine.GameObject
  59. ---@field public button UnityEngine.UI.Button
  60. ---@class UIExpeditionDungeonInfo__Generate_bossItem3_bossImg
  61. ---@field public gameObject UnityEngine.GameObject
  62. ---@field public rectTransform UnityEngine.RectTransform
  63. ---@field public image UnityEngine.UI.Image
  64. ---@field public button UnityEngine.UI.Button
  65. ---@class UIExpeditionDungeonInfo__Generate_bossItem3
  66. ---@field public gameObject UnityEngine.GameObject
  67. ---@field public bossImg UIExpeditionDungeonInfo__Generate_bossItem3_bossImg
  68. ---@field public challengeBtn UIExpeditionDungeonInfo__Generate_bossItem3_challengeBtn
  69. ---@field public bossName UIExpeditionDungeonInfo__Generate_bossItem3_bossName
  70. ---@field public natureImg UIExpeditionDungeonInfo__Generate_bossItem3_natureImg
  71. ---@field public scoreTxt UIExpeditionDungeonInfo__Generate_bossItem3_scoreTxt
  72. ---@field public hpProgress UIExpeditionDungeonInfo__Generate_bossItem3_hpProgress
  73. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_hpProgress_img
  74. ---@field public gameObject UnityEngine.GameObject
  75. ---@field public image UnityEngine.UI.Image
  76. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_hpProgress
  77. ---@field public gameObject UnityEngine.GameObject
  78. ---@field public slider UnityEngine.UI.Slider
  79. ---@field public img UIExpeditionDungeonInfo__Generate_bossItem2_hpProgress_img
  80. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_scoreTxt
  81. ---@field public gameObject UnityEngine.GameObject
  82. ---@field public text UnityEngine.UI.Text
  83. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_natureImg
  84. ---@field public gameObject UnityEngine.GameObject
  85. ---@field public image UnityEngine.UI.Image
  86. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_bossName
  87. ---@field public gameObject UnityEngine.GameObject
  88. ---@field public text UnityEngine.UI.Text
  89. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_challengeBtn
  90. ---@field public gameObject UnityEngine.GameObject
  91. ---@field public button UnityEngine.UI.Button
  92. ---@class UIExpeditionDungeonInfo__Generate_bossItem2_bossImg
  93. ---@field public gameObject UnityEngine.GameObject
  94. ---@field public rectTransform UnityEngine.RectTransform
  95. ---@field public image UnityEngine.UI.Image
  96. ---@field public button UnityEngine.UI.Button
  97. ---@class UIExpeditionDungeonInfo__Generate_bossItem2
  98. ---@field public gameObject UnityEngine.GameObject
  99. ---@field public bossImg UIExpeditionDungeonInfo__Generate_bossItem2_bossImg
  100. ---@field public challengeBtn UIExpeditionDungeonInfo__Generate_bossItem2_challengeBtn
  101. ---@field public bossName UIExpeditionDungeonInfo__Generate_bossItem2_bossName
  102. ---@field public natureImg UIExpeditionDungeonInfo__Generate_bossItem2_natureImg
  103. ---@field public scoreTxt UIExpeditionDungeonInfo__Generate_bossItem2_scoreTxt
  104. ---@field public hpProgress UIExpeditionDungeonInfo__Generate_bossItem2_hpProgress
  105. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_hpProgress_img
  106. ---@field public gameObject UnityEngine.GameObject
  107. ---@field public image UnityEngine.UI.Image
  108. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_hpProgress
  109. ---@field public gameObject UnityEngine.GameObject
  110. ---@field public slider UnityEngine.UI.Slider
  111. ---@field public img UIExpeditionDungeonInfo__Generate_bossItem1_hpProgress_img
  112. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_scoreTxt
  113. ---@field public gameObject UnityEngine.GameObject
  114. ---@field public text UnityEngine.UI.Text
  115. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_natureImg
  116. ---@field public gameObject UnityEngine.GameObject
  117. ---@field public image UnityEngine.UI.Image
  118. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_bossName
  119. ---@field public gameObject UnityEngine.GameObject
  120. ---@field public text UnityEngine.UI.Text
  121. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_challengeBtn
  122. ---@field public gameObject UnityEngine.GameObject
  123. ---@field public button UnityEngine.UI.Button
  124. ---@class UIExpeditionDungeonInfo__Generate_bossItem1_bossImg
  125. ---@field public gameObject UnityEngine.GameObject
  126. ---@field public rectTransform UnityEngine.RectTransform
  127. ---@field public image UnityEngine.UI.Image
  128. ---@field public button UnityEngine.UI.Button
  129. ---@class UIExpeditionDungeonInfo__Generate_bossItem1
  130. ---@field public gameObject UnityEngine.GameObject
  131. ---@field public bossImg UIExpeditionDungeonInfo__Generate_bossItem1_bossImg
  132. ---@field public challengeBtn UIExpeditionDungeonInfo__Generate_bossItem1_challengeBtn
  133. ---@field public bossName UIExpeditionDungeonInfo__Generate_bossItem1_bossName
  134. ---@field public natureImg UIExpeditionDungeonInfo__Generate_bossItem1_natureImg
  135. ---@field public scoreTxt UIExpeditionDungeonInfo__Generate_bossItem1_scoreTxt
  136. ---@field public hpProgress UIExpeditionDungeonInfo__Generate_bossItem1_hpProgress
  137. ---@class UIExpeditionDungeonInfo__Generate_curLevelTxt
  138. ---@field public gameObject UnityEngine.GameObject
  139. ---@field public text TMPro.TextMeshProUGUI
  140. ---@class UIExpeditionDungeonInfo__Generate_levelBg
  141. ---@field public gameObject UnityEngine.GameObject
  142. ---@field public image UnityEngine.UI.Image
  143. ---@class UIExpeditionDungeonInfo__Generate_getAllRewardBtn
  144. ---@field public gameObject UnityEngine.GameObject
  145. ---@field public button UnityEngine.UI.Button
  146. ---@class UIExpeditionDungeonInfo__Generate_tipsTxt
  147. ---@field public gameObject UnityEngine.GameObject
  148. ---@field public text UnityEngine.UI.Text
  149. ---@class UIExpeditionDungeonInfo__Generate_dungeonRewardBox
  150. ---@field public gameObject UnityEngine.GameObject
  151. ---@field public button UnityEngine.UI.Button
  152. ---@class UIExpeditionDungeonInfo__Generate_boxScrollList
  153. ---@field public gameObject UnityEngine.GameObject
  154. ---@field public loopGridView SuperScrollView.LoopGridView
  155. ---@class UIExpeditionDungeonInfo__Generate_lastLevelBtn
  156. ---@field public gameObject UnityEngine.GameObject
  157. ---@field public button UnityEngine.UI.Button
  158. ---@class UIExpeditionDungeonInfo__Generate_nextLevelBtn
  159. ---@field public gameObject UnityEngine.GameObject
  160. ---@field public button UnityEngine.UI.Button
  161. ---@class UIExpeditionDungeonInfo__Generate_title
  162. ---@field public gameObject UnityEngine.GameObject
  163. ---@field public text TMPro.TextMeshProUGUI
  164. ---@class UIExpeditionDungeonInfo__Generate_closeBtn
  165. ---@field public gameObject UnityEngine.GameObject
  166. ---@field public button UnityEngine.UI.Button
  167. ---@class UIExpeditionDungeonInfo__Generate_AnyBtn
  168. ---@field public gameObject UnityEngine.GameObject
  169. ---@field public button UnityEngine.UI.Button
  170. ---@class UIExpeditionDungeonInfo__Generate
  171. ---@field private gameObject UnityEngine.GameObject
  172. ---@field private transform UnityEngine.Transform
  173. ---@field private AnyBtn UIExpeditionDungeonInfo__Generate_AnyBtn
  174. ---@field private bottomRoot UnityEngine.GameObject
  175. ---@field private closeBtn UIExpeditionDungeonInfo__Generate_closeBtn
  176. ---@field private title UIExpeditionDungeonInfo__Generate_title
  177. ---@field private nextLevelBtn UIExpeditionDungeonInfo__Generate_nextLevelBtn
  178. ---@field private lastLevelBtn UIExpeditionDungeonInfo__Generate_lastLevelBtn
  179. ---@field private boxScrollList UIExpeditionDungeonInfo__Generate_boxScrollList
  180. ---@field private dungeonRewardBox UIExpeditionDungeonInfo__Generate_dungeonRewardBox
  181. ---@field private tipsTxt UIExpeditionDungeonInfo__Generate_tipsTxt
  182. ---@field private getAllRewardBtn UIExpeditionDungeonInfo__Generate_getAllRewardBtn
  183. ---@field private onekeyRP UnityEngine.GameObject
  184. ---@field private levelBg UIExpeditionDungeonInfo__Generate_levelBg
  185. ---@field private curLevelTxt UIExpeditionDungeonInfo__Generate_curLevelTxt
  186. ---@field private bossItem1 UIExpeditionDungeonInfo__Generate_bossItem1
  187. ---@field private bossItem2 UIExpeditionDungeonInfo__Generate_bossItem2
  188. ---@field private bossItem3 UIExpeditionDungeonInfo__Generate_bossItem3
  189. ---@field private passedNode UnityEngine.GameObject
  190. ---@field private score1 UIExpeditionDungeonInfo__Generate_score1
  191. ---@field private score2 UIExpeditionDungeonInfo__Generate_score2
  192. ---@field private score3 UIExpeditionDungeonInfo__Generate_score3
  193. ---@field private arrangeBtn UIExpeditionDungeonInfo__Generate_arrangeBtn
  194. ---@field private skillBtn UIExpeditionDungeonInfo__Generate_skillBtn
  195. ---@field private petBtn UIExpeditionDungeonInfo__Generate_petBtn
  196. ---@field private blessBtn UIExpeditionDungeonInfo__Generate_blessBtn
  197. local UIExpeditionDungeonInfoView = class("UIExpeditionDungeonInfoView", require("UIViewBase"))
  198. function UIExpeditionDungeonInfoView:ctor()
  199. end
  200. ---@private
  201. function UIExpeditionDungeonInfoView:SetActive(result)
  202. self.gameObject:SetActive(result)
  203. end
  204. ---@private
  205. function UIExpeditionDungeonInfoView:InitGenerate(Root, data)
  206. self.transform = Root
  207. self.inited = true
  208. if self.super.Init then
  209. self.super.Init(self)
  210. end
  211. local tmp
  212. self:InitGenerate__1(Root,data)
  213. self:InitGenerate__2(Root,data)
  214. self:InitGenerate__3(Root,data)
  215. self:InitGenerate__4(Root,data)
  216. self:InitGenerate__5(Root,data)
  217. self:InitGenerate__6(Root,data)
  218. self:InitGenerate__7(Root,data)
  219. self:InitGenerate__8(Root,data)
  220. self:InitGenerate__9(Root,data)
  221. self:InitGenerate__10(Root,data)
  222. self:InitGenerate__11(Root,data)
  223. self:InitGenerate__12(Root,data)
  224. self:InitGenerate__13(Root,data)
  225. self:InitGenerate__14(Root,data)
  226. self:InitGenerate__15(Root,data)
  227. self:InitGenerate__16(Root,data)
  228. self:InitGenerate__17(Root,data)
  229. self:InitGenerate__18(Root,data)
  230. self:InitGenerate__19(Root,data)
  231. self:InitGenerate__20(Root,data)
  232. self:InitGenerate__21(Root,data)
  233. self:InitGenerate__22(Root,data)
  234. self:InitGenerate__23(Root,data)
  235. self:InitGenerate__24(Root,data)
  236. self:InitGenerate__25(Root,data)
  237. self:InitGenerate__26(Root,data)
  238. self:InitGenerate__27(Root,data)
  239. self:InitGenerate__28(Root,data)
  240. self:InitGenerate__29(Root,data)
  241. self:InitGenerate__30(Root,data)
  242. self:InitGenerate__31(Root,data)
  243. self:InitGenerate__32(Root,data)
  244. self:InitGenerate__33(Root,data)
  245. self:InitGenerate__34(Root,data)
  246. self:InitGenerate__35(Root,data)
  247. self:InitGenerate__36(Root,data)
  248. self:InitGenerate__37(Root,data)
  249. self:InitGenerate__38(Root,data)
  250. self:InitGenerate__39(Root,data)
  251. self:InitGenerate__40(Root,data)
  252. self:InitGenerate__41(Root,data)
  253. self:InitGenerate__42(Root,data)
  254. self:InitGenerate__43(Root,data)
  255. self:InitGenerate__44(Root,data)
  256. self:InitGenerate__45(Root,data)
  257. self:InitGenerate__46(Root,data)
  258. self:InitGenerate__47(Root,data)
  259. self:InitGenerate__48(Root,data)
  260. self:InitGenerate__49(Root,data)
  261. self:InitGenerate__50(Root,data)
  262. self:InitGenerate__51(Root,data)
  263. self:InitGenerate__52(Root,data)
  264. self:InitGenerate__53(Root,data)
  265. end
  266. ---@private
  267. function UIExpeditionDungeonInfoView:InitGenerate__1(Root, data)
  268. --[[
  269. UIAnimator/Alpha
  270. --]]
  271. local tmp = Root:Find("UIAnimator/Alpha").gameObject
  272. if tolua.getpeer(tmp) == nil then
  273. tolua.setpeer(tmp, {})
  274. end
  275. self.AnyBtn = tmp
  276. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  277. end
  278. ---@private
  279. function UIExpeditionDungeonInfoView:InitGenerate__2(Root, data)
  280. --[[
  281. UIAnimator/Window/Bg/BottomRoot
  282. --]]
  283. local tmp = Root:Find("UIAnimator/Window/Bg/BottomRoot").gameObject
  284. if tolua.getpeer(tmp) == nil then
  285. tolua.setpeer(tmp, {})
  286. end
  287. self.bottomRoot = tmp
  288. end
  289. ---@private
  290. function UIExpeditionDungeonInfoView:InitGenerate__3(Root, data)
  291. --[[
  292. UIAnimator/Window/Bg/CloseBox/BtnClose
  293. --]]
  294. local tmp = Root:Find("UIAnimator/Window/Bg/CloseBox/BtnClose").gameObject
  295. if tolua.getpeer(tmp) == nil then
  296. tolua.setpeer(tmp, {})
  297. end
  298. self.closeBtn = tmp
  299. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  300. end
  301. ---@private
  302. function UIExpeditionDungeonInfoView:InitGenerate__4(Root, data)
  303. --[[
  304. UIAnimator/Window/Bg/Title/Text
  305. --]]
  306. local tmp = Root:Find("UIAnimator/Window/Bg/Title/Text").gameObject
  307. if tolua.getpeer(tmp) == nil then
  308. tolua.setpeer(tmp, {})
  309. end
  310. self.title = tmp
  311. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  312. end
  313. ---@private
  314. function UIExpeditionDungeonInfoView:InitGenerate__5(Root, data)
  315. --[[
  316. UIAnimator/Window/Content/Top/BoxGroup/BtnR
  317. --]]
  318. local tmp = Root:Find("UIAnimator/Window/Content/Top/BoxGroup/BtnR").gameObject
  319. if tolua.getpeer(tmp) == nil then
  320. tolua.setpeer(tmp, {})
  321. end
  322. self.nextLevelBtn = tmp
  323. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  324. end
  325. ---@private
  326. function UIExpeditionDungeonInfoView:InitGenerate__6(Root, data)
  327. --[[
  328. UIAnimator/Window/Content/Top/BoxGroup/BtnL
  329. --]]
  330. local tmp = Root:Find("UIAnimator/Window/Content/Top/BoxGroup/BtnL").gameObject
  331. if tolua.getpeer(tmp) == nil then
  332. tolua.setpeer(tmp, {})
  333. end
  334. self.lastLevelBtn = tmp
  335. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  336. end
  337. ---@private
  338. function UIExpeditionDungeonInfoView:InitGenerate__7(Root, data)
  339. --[[
  340. UIAnimator/Window/Content/Top/BoxGroup/scrollView
  341. --]]
  342. local tmp = Root:Find("UIAnimator/Window/Content/Top/BoxGroup/scrollView").gameObject
  343. if tolua.getpeer(tmp) == nil then
  344. tolua.setpeer(tmp, {})
  345. end
  346. self.boxScrollList = tmp
  347. tmp.loopGridView = tmp:GetComponent(Enum.TypeInfo.LoopGridView)
  348. end
  349. ---@private
  350. function UIExpeditionDungeonInfoView:InitGenerate__8(Root, data)
  351. --[[
  352. UIAnimator/Window/Content/Top/BoxGroup/scrollView/Viewport/Content/DungeonRewardBox
  353. --]]
  354. local tmp = Root:Find("UIAnimator/Window/Content/Top/BoxGroup/scrollView/Viewport/Content/DungeonRewardBox").gameObject
  355. if tolua.getpeer(tmp) == nil then
  356. tolua.setpeer(tmp, {})
  357. end
  358. self.dungeonRewardBox = CommonUtil.BindGridViewItem2LuaStatic("DungeonRewardBox", tmp)
  359. self.dungeonRewardBox.prefabName = "DungeonRewardBox"
  360. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  361. end
  362. ---@private
  363. function UIExpeditionDungeonInfoView:InitGenerate__9(Root, data)
  364. --[[
  365. UIAnimator/Window/Content/Top/Get/Text
  366. --]]
  367. local tmp = Root:Find("UIAnimator/Window/Content/Top/Get/Text").gameObject
  368. if tolua.getpeer(tmp) == nil then
  369. tolua.setpeer(tmp, {})
  370. end
  371. self.tipsTxt = tmp
  372. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  373. end
  374. ---@private
  375. function UIExpeditionDungeonInfoView:InitGenerate__10(Root, data)
  376. --[[
  377. UIAnimator/Window/Content/Top/Get/Button
  378. --]]
  379. local tmp = Root:Find("UIAnimator/Window/Content/Top/Get/Button").gameObject
  380. if tolua.getpeer(tmp) == nil then
  381. tolua.setpeer(tmp, {})
  382. end
  383. self.getAllRewardBtn = tmp
  384. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  385. end
  386. ---@private
  387. function UIExpeditionDungeonInfoView:InitGenerate__11(Root, data)
  388. --[[
  389. UIAnimator/Window/Content/Top/Get/UIRedPointRP
  390. --]]
  391. local tmp = Root:Find("UIAnimator/Window/Content/Top/Get/UIRedPointRP").gameObject
  392. if tolua.getpeer(tmp) == nil then
  393. tolua.setpeer(tmp, {})
  394. end
  395. self.onekeyRP = tmp
  396. end
  397. ---@private
  398. function UIExpeditionDungeonInfoView:InitGenerate__12(Root, data)
  399. --[[
  400. UIAnimator/Window/Content/Center/BG/BGblue/Image
  401. --]]
  402. local tmp = Root:Find("UIAnimator/Window/Content/Center/BG/BGblue/Image").gameObject
  403. if tolua.getpeer(tmp) == nil then
  404. tolua.setpeer(tmp, {})
  405. end
  406. self.levelBg = tmp
  407. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  408. end
  409. ---@private
  410. function UIExpeditionDungeonInfoView:InitGenerate__13(Root, data)
  411. --[[
  412. UIAnimator/Window/Content/Center/Title/Number
  413. --]]
  414. local tmp = Root:Find("UIAnimator/Window/Content/Center/Title/Number").gameObject
  415. if tolua.getpeer(tmp) == nil then
  416. tolua.setpeer(tmp, {})
  417. end
  418. self.curLevelTxt = tmp
  419. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  420. end
  421. ---@private
  422. function UIExpeditionDungeonInfoView:InitGenerate__14(Root, data)
  423. --[[
  424. UIAnimator/Window/Content/Center/BossGroup/BossItem1
  425. --]]
  426. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1").gameObject
  427. if tolua.getpeer(tmp) == nil then
  428. tolua.setpeer(tmp, {})
  429. end
  430. self.bossItem1 = tmp
  431. end
  432. ---@private
  433. function UIExpeditionDungeonInfoView:InitGenerate__15(Root, data)
  434. --[[
  435. UIAnimator/Window/Content/Center/BossGroup/BossItem1/Slot/Pos/Npc1
  436. --]]
  437. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/Slot/Pos/Npc1").gameObject
  438. if tolua.getpeer(tmp) == nil then
  439. tolua.setpeer(tmp, {})
  440. end
  441. self.bossItem1.bossImg = tmp
  442. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  443. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  444. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  445. end
  446. ---@private
  447. function UIExpeditionDungeonInfoView:InitGenerate__16(Root, data)
  448. --[[
  449. UIAnimator/Window/Content/Center/BossGroup/BossItem1/BtnChallenge
  450. --]]
  451. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/BtnChallenge").gameObject
  452. if tolua.getpeer(tmp) == nil then
  453. tolua.setpeer(tmp, {})
  454. end
  455. self.bossItem1.challengeBtn = tmp
  456. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  457. end
  458. ---@private
  459. function UIExpeditionDungeonInfoView:InitGenerate__17(Root, data)
  460. --[[
  461. UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/Name/NameTxt
  462. --]]
  463. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/Name/NameTxt").gameObject
  464. if tolua.getpeer(tmp) == nil then
  465. tolua.setpeer(tmp, {})
  466. end
  467. self.bossItem1.bossName = tmp
  468. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  469. end
  470. ---@private
  471. function UIExpeditionDungeonInfoView:InitGenerate__18(Root, data)
  472. --[[
  473. UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/Name/NameTxt/NatureIcon
  474. --]]
  475. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/Name/NameTxt/NatureIcon").gameObject
  476. if tolua.getpeer(tmp) == nil then
  477. tolua.setpeer(tmp, {})
  478. end
  479. self.bossItem1.natureImg = tmp
  480. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  481. end
  482. ---@private
  483. function UIExpeditionDungeonInfoView:InitGenerate__19(Root, data)
  484. --[[
  485. UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/Score/ScoreTxt
  486. --]]
  487. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/Score/ScoreTxt").gameObject
  488. if tolua.getpeer(tmp) == nil then
  489. tolua.setpeer(tmp, {})
  490. end
  491. self.bossItem1.scoreTxt = tmp
  492. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  493. end
  494. ---@private
  495. function UIExpeditionDungeonInfoView:InitGenerate__20(Root, data)
  496. --[[
  497. UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/HP
  498. --]]
  499. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/HP").gameObject
  500. if tolua.getpeer(tmp) == nil then
  501. tolua.setpeer(tmp, {})
  502. end
  503. self.bossItem1.hpProgress = tmp
  504. tmp.slider = tmp:GetComponent(Enum.TypeInfo.Slider)
  505. end
  506. ---@private
  507. function UIExpeditionDungeonInfoView:InitGenerate__21(Root, data)
  508. --[[
  509. UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/HP/Slider
  510. --]]
  511. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem1/Bubble/HP/Slider").gameObject
  512. if tolua.getpeer(tmp) == nil then
  513. tolua.setpeer(tmp, {})
  514. end
  515. self.bossItem1.hpProgress.img = tmp
  516. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  517. end
  518. ---@private
  519. function UIExpeditionDungeonInfoView:InitGenerate__22(Root, data)
  520. --[[
  521. UIAnimator/Window/Content/Center/BossGroup/BossItem2
  522. --]]
  523. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2").gameObject
  524. if tolua.getpeer(tmp) == nil then
  525. tolua.setpeer(tmp, {})
  526. end
  527. self.bossItem2 = tmp
  528. end
  529. ---@private
  530. function UIExpeditionDungeonInfoView:InitGenerate__23(Root, data)
  531. --[[
  532. UIAnimator/Window/Content/Center/BossGroup/BossItem2/Slot/Pos/Npc1
  533. --]]
  534. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/Slot/Pos/Npc1").gameObject
  535. if tolua.getpeer(tmp) == nil then
  536. tolua.setpeer(tmp, {})
  537. end
  538. self.bossItem2.bossImg = tmp
  539. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  540. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  541. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  542. end
  543. ---@private
  544. function UIExpeditionDungeonInfoView:InitGenerate__24(Root, data)
  545. --[[
  546. UIAnimator/Window/Content/Center/BossGroup/BossItem2/BtnChallenge
  547. --]]
  548. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/BtnChallenge").gameObject
  549. if tolua.getpeer(tmp) == nil then
  550. tolua.setpeer(tmp, {})
  551. end
  552. self.bossItem2.challengeBtn = tmp
  553. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  554. end
  555. ---@private
  556. function UIExpeditionDungeonInfoView:InitGenerate__25(Root, data)
  557. --[[
  558. UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/Name/NameTxt
  559. --]]
  560. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/Name/NameTxt").gameObject
  561. if tolua.getpeer(tmp) == nil then
  562. tolua.setpeer(tmp, {})
  563. end
  564. self.bossItem2.bossName = tmp
  565. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  566. end
  567. ---@private
  568. function UIExpeditionDungeonInfoView:InitGenerate__26(Root, data)
  569. --[[
  570. UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/Name/NameTxt/NatureIcon
  571. --]]
  572. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/Name/NameTxt/NatureIcon").gameObject
  573. if tolua.getpeer(tmp) == nil then
  574. tolua.setpeer(tmp, {})
  575. end
  576. self.bossItem2.natureImg = tmp
  577. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  578. end
  579. ---@private
  580. function UIExpeditionDungeonInfoView:InitGenerate__27(Root, data)
  581. --[[
  582. UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/Score/ScoreTxt
  583. --]]
  584. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/Score/ScoreTxt").gameObject
  585. if tolua.getpeer(tmp) == nil then
  586. tolua.setpeer(tmp, {})
  587. end
  588. self.bossItem2.scoreTxt = tmp
  589. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  590. end
  591. ---@private
  592. function UIExpeditionDungeonInfoView:InitGenerate__28(Root, data)
  593. --[[
  594. UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/HP
  595. --]]
  596. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/HP").gameObject
  597. if tolua.getpeer(tmp) == nil then
  598. tolua.setpeer(tmp, {})
  599. end
  600. self.bossItem2.hpProgress = tmp
  601. tmp.slider = tmp:GetComponent(Enum.TypeInfo.Slider)
  602. end
  603. ---@private
  604. function UIExpeditionDungeonInfoView:InitGenerate__29(Root, data)
  605. --[[
  606. UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/HP/Slider
  607. --]]
  608. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem2/Bubble/HP/Slider").gameObject
  609. if tolua.getpeer(tmp) == nil then
  610. tolua.setpeer(tmp, {})
  611. end
  612. self.bossItem2.hpProgress.img = tmp
  613. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  614. end
  615. ---@private
  616. function UIExpeditionDungeonInfoView:InitGenerate__30(Root, data)
  617. --[[
  618. UIAnimator/Window/Content/Center/BossGroup/BossItem3
  619. --]]
  620. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3").gameObject
  621. if tolua.getpeer(tmp) == nil then
  622. tolua.setpeer(tmp, {})
  623. end
  624. self.bossItem3 = tmp
  625. end
  626. ---@private
  627. function UIExpeditionDungeonInfoView:InitGenerate__31(Root, data)
  628. --[[
  629. UIAnimator/Window/Content/Center/BossGroup/BossItem3/Slot/Pos/Npc1
  630. --]]
  631. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/Slot/Pos/Npc1").gameObject
  632. if tolua.getpeer(tmp) == nil then
  633. tolua.setpeer(tmp, {})
  634. end
  635. self.bossItem3.bossImg = tmp
  636. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  637. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  638. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  639. end
  640. ---@private
  641. function UIExpeditionDungeonInfoView:InitGenerate__32(Root, data)
  642. --[[
  643. UIAnimator/Window/Content/Center/BossGroup/BossItem3/BtnChallenge
  644. --]]
  645. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/BtnChallenge").gameObject
  646. if tolua.getpeer(tmp) == nil then
  647. tolua.setpeer(tmp, {})
  648. end
  649. self.bossItem3.challengeBtn = tmp
  650. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  651. end
  652. ---@private
  653. function UIExpeditionDungeonInfoView:InitGenerate__33(Root, data)
  654. --[[
  655. UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/Name/NameTxt
  656. --]]
  657. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/Name/NameTxt").gameObject
  658. if tolua.getpeer(tmp) == nil then
  659. tolua.setpeer(tmp, {})
  660. end
  661. self.bossItem3.bossName = tmp
  662. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  663. end
  664. ---@private
  665. function UIExpeditionDungeonInfoView:InitGenerate__34(Root, data)
  666. --[[
  667. UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/Name/NameTxt/NatureIcon
  668. --]]
  669. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/Name/NameTxt/NatureIcon").gameObject
  670. if tolua.getpeer(tmp) == nil then
  671. tolua.setpeer(tmp, {})
  672. end
  673. self.bossItem3.natureImg = tmp
  674. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  675. end
  676. ---@private
  677. function UIExpeditionDungeonInfoView:InitGenerate__35(Root, data)
  678. --[[
  679. UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/Score/ScoreTxt
  680. --]]
  681. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/Score/ScoreTxt").gameObject
  682. if tolua.getpeer(tmp) == nil then
  683. tolua.setpeer(tmp, {})
  684. end
  685. self.bossItem3.scoreTxt = tmp
  686. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  687. end
  688. ---@private
  689. function UIExpeditionDungeonInfoView:InitGenerate__36(Root, data)
  690. --[[
  691. UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/HP
  692. --]]
  693. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/HP").gameObject
  694. if tolua.getpeer(tmp) == nil then
  695. tolua.setpeer(tmp, {})
  696. end
  697. self.bossItem3.hpProgress = tmp
  698. tmp.slider = tmp:GetComponent(Enum.TypeInfo.Slider)
  699. end
  700. ---@private
  701. function UIExpeditionDungeonInfoView:InitGenerate__37(Root, data)
  702. --[[
  703. UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/HP/Slider
  704. --]]
  705. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/BossItem3/Bubble/HP/Slider").gameObject
  706. if tolua.getpeer(tmp) == nil then
  707. tolua.setpeer(tmp, {})
  708. end
  709. self.bossItem3.hpProgress.img = tmp
  710. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  711. end
  712. ---@private
  713. function UIExpeditionDungeonInfoView:InitGenerate__38(Root, data)
  714. --[[
  715. UIAnimator/Window/Content/Center/BossGroup/StageClear
  716. --]]
  717. local tmp = Root:Find("UIAnimator/Window/Content/Center/BossGroup/StageClear").gameObject
  718. if tolua.getpeer(tmp) == nil then
  719. tolua.setpeer(tmp, {})
  720. end
  721. self.passedNode = tmp
  722. end
  723. ---@private
  724. function UIExpeditionDungeonInfoView:InitGenerate__39(Root, data)
  725. --[[
  726. UIAnimator/Window/Content/Center/Score/Score1
  727. --]]
  728. local tmp = Root:Find("UIAnimator/Window/Content/Center/Score/Score1").gameObject
  729. if tolua.getpeer(tmp) == nil then
  730. tolua.setpeer(tmp, {})
  731. end
  732. self.score1 = tmp
  733. end
  734. ---@private
  735. function UIExpeditionDungeonInfoView:InitGenerate__40(Root, data)
  736. --[[
  737. UIAnimator/Window/Content/Center/Score/Score1/Number
  738. --]]
  739. local tmp = Root:Find("UIAnimator/Window/Content/Center/Score/Score1/Number").gameObject
  740. if tolua.getpeer(tmp) == nil then
  741. tolua.setpeer(tmp, {})
  742. end
  743. self.score1.number = tmp
  744. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  745. end
  746. ---@private
  747. function UIExpeditionDungeonInfoView:InitGenerate__41(Root, data)
  748. --[[
  749. UIAnimator/Window/Content/Center/Score/Score2
  750. --]]
  751. local tmp = Root:Find("UIAnimator/Window/Content/Center/Score/Score2").gameObject
  752. if tolua.getpeer(tmp) == nil then
  753. tolua.setpeer(tmp, {})
  754. end
  755. self.score2 = tmp
  756. end
  757. ---@private
  758. function UIExpeditionDungeonInfoView:InitGenerate__42(Root, data)
  759. --[[
  760. UIAnimator/Window/Content/Center/Score/Score2/Number
  761. --]]
  762. local tmp = Root:Find("UIAnimator/Window/Content/Center/Score/Score2/Number").gameObject
  763. if tolua.getpeer(tmp) == nil then
  764. tolua.setpeer(tmp, {})
  765. end
  766. self.score2.number = tmp
  767. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  768. end
  769. ---@private
  770. function UIExpeditionDungeonInfoView:InitGenerate__43(Root, data)
  771. --[[
  772. UIAnimator/Window/Content/Center/Score/Score3
  773. --]]
  774. local tmp = Root:Find("UIAnimator/Window/Content/Center/Score/Score3").gameObject
  775. if tolua.getpeer(tmp) == nil then
  776. tolua.setpeer(tmp, {})
  777. end
  778. self.score3 = tmp
  779. end
  780. ---@private
  781. function UIExpeditionDungeonInfoView:InitGenerate__44(Root, data)
  782. --[[
  783. UIAnimator/Window/Content/Center/Score/Score3/Number
  784. --]]
  785. local tmp = Root:Find("UIAnimator/Window/Content/Center/Score/Score3/Number").gameObject
  786. if tolua.getpeer(tmp) == nil then
  787. tolua.setpeer(tmp, {})
  788. end
  789. self.score3.number = tmp
  790. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  791. end
  792. ---@private
  793. function UIExpeditionDungeonInfoView:InitGenerate__45(Root, data)
  794. --[[
  795. UIAnimator/Window/Content/Bottom/BtnParty
  796. --]]
  797. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnParty").gameObject
  798. if tolua.getpeer(tmp) == nil then
  799. tolua.setpeer(tmp, {})
  800. end
  801. self.arrangeBtn = tmp
  802. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  803. end
  804. ---@private
  805. function UIExpeditionDungeonInfoView:InitGenerate__46(Root, data)
  806. --[[
  807. UIAnimator/Window/Content/Bottom/BtnParty/Satus
  808. --]]
  809. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnParty/Satus").gameObject
  810. if tolua.getpeer(tmp) == nil then
  811. tolua.setpeer(tmp, {})
  812. end
  813. self.arrangeBtn.hpTipsNode = tmp
  814. end
  815. ---@private
  816. function UIExpeditionDungeonInfoView:InitGenerate__47(Root, data)
  817. --[[
  818. UIAnimator/Window/Content/Bottom/BtnParty/Satus/Dead
  819. --]]
  820. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnParty/Satus/Dead").gameObject
  821. if tolua.getpeer(tmp) == nil then
  822. tolua.setpeer(tmp, {})
  823. end
  824. self.arrangeBtn.hpTipsNode.deadFlag = tmp
  825. end
  826. ---@private
  827. function UIExpeditionDungeonInfoView:InitGenerate__48(Root, data)
  828. --[[
  829. UIAnimator/Window/Content/Bottom/BtnParty/Satus/Healthy
  830. --]]
  831. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnParty/Satus/Healthy").gameObject
  832. if tolua.getpeer(tmp) == nil then
  833. tolua.setpeer(tmp, {})
  834. end
  835. self.arrangeBtn.hpTipsNode.healthFlag = tmp
  836. end
  837. ---@private
  838. function UIExpeditionDungeonInfoView:InitGenerate__49(Root, data)
  839. --[[
  840. UIAnimator/Window/Content/Bottom/BtnParty/Satus/Wounded
  841. --]]
  842. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnParty/Satus/Wounded").gameObject
  843. if tolua.getpeer(tmp) == nil then
  844. tolua.setpeer(tmp, {})
  845. end
  846. self.arrangeBtn.hpTipsNode.warningFlag = tmp
  847. end
  848. ---@private
  849. function UIExpeditionDungeonInfoView:InitGenerate__50(Root, data)
  850. --[[
  851. UIAnimator/Window/Content/Bottom/BtnParty/Satus/Number
  852. --]]
  853. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnParty/Satus/Number").gameObject
  854. if tolua.getpeer(tmp) == nil then
  855. tolua.setpeer(tmp, {})
  856. end
  857. self.arrangeBtn.hpTipsNode.tips = tmp
  858. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  859. end
  860. ---@private
  861. function UIExpeditionDungeonInfoView:InitGenerate__51(Root, data)
  862. --[[
  863. UIAnimator/Window/Content/Bottom/BtnSkill
  864. --]]
  865. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnSkill").gameObject
  866. if tolua.getpeer(tmp) == nil then
  867. tolua.setpeer(tmp, {})
  868. end
  869. self.skillBtn = tmp
  870. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  871. end
  872. ---@private
  873. function UIExpeditionDungeonInfoView:InitGenerate__52(Root, data)
  874. --[[
  875. UIAnimator/Window/Content/Bottom/BtnPet
  876. --]]
  877. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnPet").gameObject
  878. if tolua.getpeer(tmp) == nil then
  879. tolua.setpeer(tmp, {})
  880. end
  881. self.petBtn = tmp
  882. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  883. end
  884. ---@private
  885. function UIExpeditionDungeonInfoView:InitGenerate__53(Root, data)
  886. --[[
  887. UIAnimator/Window/Content/Bottom/BtnBless
  888. --]]
  889. local tmp = Root:Find("UIAnimator/Window/Content/Bottom/BtnBless").gameObject
  890. if tolua.getpeer(tmp) == nil then
  891. tolua.setpeer(tmp, {})
  892. end
  893. self.blessBtn = tmp
  894. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  895. end
  896. ---@private
  897. function UIExpeditionDungeonInfoView:GenerateDestroy()
  898. if tolua.getpeer(self.arrangeBtn.hpTipsNode.tips) ~= nil then
  899. tolua.setpeer(self.arrangeBtn.hpTipsNode.tips, nil)
  900. end
  901. if tolua.getpeer(self.arrangeBtn.hpTipsNode.warningFlag) ~= nil then
  902. tolua.setpeer(self.arrangeBtn.hpTipsNode.warningFlag, nil)
  903. end
  904. if tolua.getpeer(self.arrangeBtn.hpTipsNode.healthFlag) ~= nil then
  905. tolua.setpeer(self.arrangeBtn.hpTipsNode.healthFlag, nil)
  906. end
  907. if tolua.getpeer(self.arrangeBtn.hpTipsNode.deadFlag) ~= nil then
  908. tolua.setpeer(self.arrangeBtn.hpTipsNode.deadFlag, nil)
  909. end
  910. if tolua.getpeer(self.arrangeBtn.hpTipsNode) ~= nil then
  911. tolua.setpeer(self.arrangeBtn.hpTipsNode, nil)
  912. end
  913. if tolua.getpeer(self.score3.number) ~= nil then
  914. tolua.setpeer(self.score3.number, nil)
  915. end
  916. if tolua.getpeer(self.score2.number) ~= nil then
  917. tolua.setpeer(self.score2.number, nil)
  918. end
  919. if tolua.getpeer(self.score1.number) ~= nil then
  920. tolua.setpeer(self.score1.number, nil)
  921. end
  922. if tolua.getpeer(self.bossItem3.hpProgress.img) ~= nil then
  923. tolua.setpeer(self.bossItem3.hpProgress.img, nil)
  924. end
  925. if tolua.getpeer(self.bossItem3.hpProgress) ~= nil then
  926. tolua.setpeer(self.bossItem3.hpProgress, nil)
  927. end
  928. if tolua.getpeer(self.bossItem3.scoreTxt) ~= nil then
  929. tolua.setpeer(self.bossItem3.scoreTxt, nil)
  930. end
  931. if tolua.getpeer(self.bossItem3.natureImg) ~= nil then
  932. tolua.setpeer(self.bossItem3.natureImg, nil)
  933. end
  934. if tolua.getpeer(self.bossItem3.bossName) ~= nil then
  935. tolua.setpeer(self.bossItem3.bossName, nil)
  936. end
  937. if tolua.getpeer(self.bossItem3.challengeBtn) ~= nil then
  938. tolua.setpeer(self.bossItem3.challengeBtn, nil)
  939. end
  940. if tolua.getpeer(self.bossItem3.bossImg) ~= nil then
  941. tolua.setpeer(self.bossItem3.bossImg, nil)
  942. end
  943. if tolua.getpeer(self.bossItem2.hpProgress.img) ~= nil then
  944. tolua.setpeer(self.bossItem2.hpProgress.img, nil)
  945. end
  946. if tolua.getpeer(self.bossItem2.hpProgress) ~= nil then
  947. tolua.setpeer(self.bossItem2.hpProgress, nil)
  948. end
  949. if tolua.getpeer(self.bossItem2.scoreTxt) ~= nil then
  950. tolua.setpeer(self.bossItem2.scoreTxt, nil)
  951. end
  952. if tolua.getpeer(self.bossItem2.natureImg) ~= nil then
  953. tolua.setpeer(self.bossItem2.natureImg, nil)
  954. end
  955. if tolua.getpeer(self.bossItem2.bossName) ~= nil then
  956. tolua.setpeer(self.bossItem2.bossName, nil)
  957. end
  958. if tolua.getpeer(self.bossItem2.challengeBtn) ~= nil then
  959. tolua.setpeer(self.bossItem2.challengeBtn, nil)
  960. end
  961. if tolua.getpeer(self.bossItem2.bossImg) ~= nil then
  962. tolua.setpeer(self.bossItem2.bossImg, nil)
  963. end
  964. if tolua.getpeer(self.bossItem1.hpProgress.img) ~= nil then
  965. tolua.setpeer(self.bossItem1.hpProgress.img, nil)
  966. end
  967. if tolua.getpeer(self.bossItem1.hpProgress) ~= nil then
  968. tolua.setpeer(self.bossItem1.hpProgress, nil)
  969. end
  970. if tolua.getpeer(self.bossItem1.scoreTxt) ~= nil then
  971. tolua.setpeer(self.bossItem1.scoreTxt, nil)
  972. end
  973. if tolua.getpeer(self.bossItem1.natureImg) ~= nil then
  974. tolua.setpeer(self.bossItem1.natureImg, nil)
  975. end
  976. if tolua.getpeer(self.bossItem1.bossName) ~= nil then
  977. tolua.setpeer(self.bossItem1.bossName, nil)
  978. end
  979. if tolua.getpeer(self.bossItem1.challengeBtn) ~= nil then
  980. tolua.setpeer(self.bossItem1.challengeBtn, nil)
  981. end
  982. if tolua.getpeer(self.bossItem1.bossImg) ~= nil then
  983. tolua.setpeer(self.bossItem1.bossImg, nil)
  984. end
  985. if tolua.getpeer(self.AnyBtn) ~= nil then
  986. tolua.setpeer(self.AnyBtn, nil)
  987. end
  988. self.AnyBtn = nil
  989. if tolua.getpeer(self.bottomRoot) ~= nil then
  990. tolua.setpeer(self.bottomRoot, nil)
  991. end
  992. self.bottomRoot = nil
  993. if tolua.getpeer(self.closeBtn) ~= nil then
  994. tolua.setpeer(self.closeBtn, nil)
  995. end
  996. self.closeBtn = nil
  997. if tolua.getpeer(self.title) ~= nil then
  998. tolua.setpeer(self.title, nil)
  999. end
  1000. self.title = nil
  1001. if tolua.getpeer(self.nextLevelBtn) ~= nil then
  1002. tolua.setpeer(self.nextLevelBtn, nil)
  1003. end
  1004. self.nextLevelBtn = nil
  1005. if tolua.getpeer(self.lastLevelBtn) ~= nil then
  1006. tolua.setpeer(self.lastLevelBtn, nil)
  1007. end
  1008. self.lastLevelBtn = nil
  1009. if tolua.getpeer(self.boxScrollList) ~= nil then
  1010. tolua.setpeer(self.boxScrollList, nil)
  1011. end
  1012. self.boxScrollList = nil
  1013. if self.dungeonRewardBox.GenerateDestroy ~= nil then
  1014. self.dungeonRewardBox:GenerateDestroy()
  1015. end
  1016. if tolua.getpeer(self.dungeonRewardBox) ~= nil then
  1017. tolua.setpeer(self.dungeonRewardBox, nil)
  1018. end
  1019. self.dungeonRewardBox = nil
  1020. if tolua.getpeer(self.tipsTxt) ~= nil then
  1021. tolua.setpeer(self.tipsTxt, nil)
  1022. end
  1023. self.tipsTxt = nil
  1024. if tolua.getpeer(self.getAllRewardBtn) ~= nil then
  1025. tolua.setpeer(self.getAllRewardBtn, nil)
  1026. end
  1027. self.getAllRewardBtn = nil
  1028. if tolua.getpeer(self.onekeyRP) ~= nil then
  1029. tolua.setpeer(self.onekeyRP, nil)
  1030. end
  1031. self.onekeyRP = nil
  1032. if tolua.getpeer(self.levelBg) ~= nil then
  1033. tolua.setpeer(self.levelBg, nil)
  1034. end
  1035. self.levelBg = nil
  1036. if tolua.getpeer(self.curLevelTxt) ~= nil then
  1037. tolua.setpeer(self.curLevelTxt, nil)
  1038. end
  1039. self.curLevelTxt = nil
  1040. if tolua.getpeer(self.bossItem1) ~= nil then
  1041. tolua.setpeer(self.bossItem1, nil)
  1042. end
  1043. self.bossItem1 = nil
  1044. if tolua.getpeer(self.bossItem2) ~= nil then
  1045. tolua.setpeer(self.bossItem2, nil)
  1046. end
  1047. self.bossItem2 = nil
  1048. if tolua.getpeer(self.bossItem3) ~= nil then
  1049. tolua.setpeer(self.bossItem3, nil)
  1050. end
  1051. self.bossItem3 = nil
  1052. if tolua.getpeer(self.passedNode) ~= nil then
  1053. tolua.setpeer(self.passedNode, nil)
  1054. end
  1055. self.passedNode = nil
  1056. if tolua.getpeer(self.score1) ~= nil then
  1057. tolua.setpeer(self.score1, nil)
  1058. end
  1059. self.score1 = nil
  1060. if tolua.getpeer(self.score2) ~= nil then
  1061. tolua.setpeer(self.score2, nil)
  1062. end
  1063. self.score2 = nil
  1064. if tolua.getpeer(self.score3) ~= nil then
  1065. tolua.setpeer(self.score3, nil)
  1066. end
  1067. self.score3 = nil
  1068. if tolua.getpeer(self.arrangeBtn) ~= nil then
  1069. tolua.setpeer(self.arrangeBtn, nil)
  1070. end
  1071. self.arrangeBtn = nil
  1072. if tolua.getpeer(self.skillBtn) ~= nil then
  1073. tolua.setpeer(self.skillBtn, nil)
  1074. end
  1075. self.skillBtn = nil
  1076. if tolua.getpeer(self.petBtn) ~= nil then
  1077. tolua.setpeer(self.petBtn, nil)
  1078. end
  1079. self.petBtn = nil
  1080. if tolua.getpeer(self.blessBtn) ~= nil then
  1081. tolua.setpeer(self.blessBtn, nil)
  1082. end
  1083. self.blessBtn = nil
  1084. self.transform = nil
  1085. self.gameObject = nil
  1086. self.inited = false
  1087. end
  1088. return UIExpeditionDungeonInfoView