UIGuildWarMatchMapView_Generate.lua 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. ---@class UIGuildWarMatchMap__Generate_btnMatchShop
  2. ---@field public gameObject UnityEngine.GameObject
  3. ---@field public button UnityEngine.UI.Button
  4. ---@field public icon UnityEngine.GameObject
  5. ---@class UIGuildWarMatchMap__Generate_btnBack
  6. ---@field public gameObject UnityEngine.GameObject
  7. ---@field public button UnityEngine.UI.Button
  8. ---@class UIGuildWarMatchMap__Generate_matchTime3_timeTxt
  9. ---@field public gameObject UnityEngine.GameObject
  10. ---@field public text UnityEngine.UI.Text
  11. ---@class UIGuildWarMatchMap__Generate_matchTime3_nameTxt
  12. ---@field public gameObject UnityEngine.GameObject
  13. ---@field public text UnityEngine.UI.Text
  14. ---@class UIGuildWarMatchMap__Generate_matchTime3_title
  15. ---@field public gameObject UnityEngine.GameObject
  16. ---@field public uIImageSwitchSprite UIImageSwitchSprite
  17. ---@class UIGuildWarMatchMap__Generate_matchTime3_bar
  18. ---@field public gameObject UnityEngine.GameObject
  19. ---@field public uIImageSwitchSprite UIImageSwitchSprite
  20. ---@class UIGuildWarMatchMap__Generate_matchTime3
  21. ---@field public gameObject UnityEngine.GameObject
  22. ---@field public bar UIGuildWarMatchMap__Generate_matchTime3_bar
  23. ---@field public title UIGuildWarMatchMap__Generate_matchTime3_title
  24. ---@field public nameTxt UIGuildWarMatchMap__Generate_matchTime3_nameTxt
  25. ---@field public timeTxt UIGuildWarMatchMap__Generate_matchTime3_timeTxt
  26. ---@class UIGuildWarMatchMap__Generate_matchTime2_timeTxt
  27. ---@field public gameObject UnityEngine.GameObject
  28. ---@field public text UnityEngine.UI.Text
  29. ---@class UIGuildWarMatchMap__Generate_matchTime2_nameTxt
  30. ---@field public gameObject UnityEngine.GameObject
  31. ---@field public text UnityEngine.UI.Text
  32. ---@class UIGuildWarMatchMap__Generate_matchTime2_title
  33. ---@field public gameObject UnityEngine.GameObject
  34. ---@field public uIImageSwitchSprite UIImageSwitchSprite
  35. ---@class UIGuildWarMatchMap__Generate_matchTime2_bar
  36. ---@field public gameObject UnityEngine.GameObject
  37. ---@field public uIImageSwitchSprite UIImageSwitchSprite
  38. ---@class UIGuildWarMatchMap__Generate_matchTime2
  39. ---@field public gameObject UnityEngine.GameObject
  40. ---@field public bar UIGuildWarMatchMap__Generate_matchTime2_bar
  41. ---@field public title UIGuildWarMatchMap__Generate_matchTime2_title
  42. ---@field public nameTxt UIGuildWarMatchMap__Generate_matchTime2_nameTxt
  43. ---@field public timeTxt UIGuildWarMatchMap__Generate_matchTime2_timeTxt
  44. ---@class UIGuildWarMatchMap__Generate_matchTime1_timeTxt
  45. ---@field public gameObject UnityEngine.GameObject
  46. ---@field public text UnityEngine.UI.Text
  47. ---@class UIGuildWarMatchMap__Generate_matchTime1_nameTxt
  48. ---@field public gameObject UnityEngine.GameObject
  49. ---@field public text UnityEngine.UI.Text
  50. ---@class UIGuildWarMatchMap__Generate_matchTime1_title
  51. ---@field public gameObject UnityEngine.GameObject
  52. ---@field public uIImageSwitchSprite UIImageSwitchSprite
  53. ---@class UIGuildWarMatchMap__Generate_matchTime1_bar
  54. ---@field public gameObject UnityEngine.GameObject
  55. ---@field public uIImageSwitchSprite UIImageSwitchSprite
  56. ---@class UIGuildWarMatchMap__Generate_matchTime1
  57. ---@field public gameObject UnityEngine.GameObject
  58. ---@field public bar UIGuildWarMatchMap__Generate_matchTime1_bar
  59. ---@field public title UIGuildWarMatchMap__Generate_matchTime1_title
  60. ---@field public nameTxt UIGuildWarMatchMap__Generate_matchTime1_nameTxt
  61. ---@field public timeTxt UIGuildWarMatchMap__Generate_matchTime1_timeTxt
  62. ---@class UIGuildWarMatchMap__Generate_btnHelp
  63. ---@field public gameObject UnityEngine.GameObject
  64. ---@field public button UnityEngine.UI.Button
  65. ---@class UIGuildWarMatchMap__Generate_championItem
  66. ---@field public gameObject UnityEngine.GameObject
  67. ---@field public button UnityEngine.UI.Button
  68. ---@class UIGuildWarMatchMap__Generate_guildWarMatchMapSlotItem
  69. ---@field public gameObject UnityEngine.GameObject
  70. ---@field public button UnityEngine.UI.Button
  71. ---@class UIGuildWarMatchMap__Generate_line1
  72. ---@field public gameObject UnityEngine.GameObject
  73. ---@field public lineL UnityEngine.GameObject
  74. ---@field public lineR UnityEngine.GameObject
  75. ---@class UIGuildWarMatchMap__Generate_line2
  76. ---@field public gameObject UnityEngine.GameObject
  77. ---@field public lineL UnityEngine.GameObject
  78. ---@field public lineR UnityEngine.GameObject
  79. ---@class UIGuildWarMatchMap__Generate_line3
  80. ---@field public gameObject UnityEngine.GameObject
  81. ---@field public lineL UnityEngine.GameObject
  82. ---@field public lineR UnityEngine.GameObject
  83. ---@class UIGuildWarMatchMap__Generate_line4
  84. ---@field public gameObject UnityEngine.GameObject
  85. ---@field public lineL UnityEngine.GameObject
  86. ---@field public lineR UnityEngine.GameObject
  87. ---@class UIGuildWarMatchMap__Generate_line5
  88. ---@field public gameObject UnityEngine.GameObject
  89. ---@field public lineL UnityEngine.GameObject
  90. ---@field public lineR UnityEngine.GameObject
  91. ---@class UIGuildWarMatchMap__Generate_line6
  92. ---@field public gameObject UnityEngine.GameObject
  93. ---@field public lineL UnityEngine.GameObject
  94. ---@field public lineR UnityEngine.GameObject
  95. ---@class UIGuildWarMatchMap__Generate_line7
  96. ---@field public gameObject UnityEngine.GameObject
  97. ---@field public lineL UnityEngine.GameObject
  98. ---@field public lineR UnityEngine.GameObject
  99. ---@class UIGuildWarMatchMap__Generate_AnyBtn
  100. ---@field public gameObject UnityEngine.GameObject
  101. ---@field public button UnityEngine.UI.Button
  102. ---@class UIGuildWarMatchMap__Generate
  103. ---@field private gameObject UnityEngine.GameObject
  104. ---@field private transform UnityEngine.Transform
  105. ---@field private AnyBtn UIGuildWarMatchMap__Generate_AnyBtn
  106. ---@field private matchMap UnityEngine.GameObject
  107. ---@field private line7 UIGuildWarMatchMap__Generate_line7
  108. ---@field private line6 UIGuildWarMatchMap__Generate_line6
  109. ---@field private line5 UIGuildWarMatchMap__Generate_line5
  110. ---@field private line4 UIGuildWarMatchMap__Generate_line4
  111. ---@field private line3 UIGuildWarMatchMap__Generate_line3
  112. ---@field private line2 UIGuildWarMatchMap__Generate_line2
  113. ---@field private line1 UIGuildWarMatchMap__Generate_line1
  114. ---@field private baseSlotParent UnityEngine.GameObject
  115. ---@field private guildSlotParent UnityEngine.GameObject
  116. ---@field private guildWarMatchMapSlotItem UIGuildWarMatchMap__Generate_guildWarMatchMapSlotItem
  117. ---@field private handleSlotParent UnityEngine.GameObject
  118. ---@field private championItem UIGuildWarMatchMap__Generate_championItem
  119. ---@field private btnHelp UIGuildWarMatchMap__Generate_btnHelp
  120. ---@field private bottom UnityEngine.GameObject
  121. ---@field private matchTime1 UIGuildWarMatchMap__Generate_matchTime1
  122. ---@field private matchTime2 UIGuildWarMatchMap__Generate_matchTime2
  123. ---@field private matchTime3 UIGuildWarMatchMap__Generate_matchTime3
  124. ---@field private btnBack UIGuildWarMatchMap__Generate_btnBack
  125. ---@field private btnMatchShop UIGuildWarMatchMap__Generate_btnMatchShop
  126. local UIGuildWarMatchMapView = class("UIGuildWarMatchMapView", require("UIViewBase"))
  127. function UIGuildWarMatchMapView:ctor()
  128. end
  129. ---@private
  130. function UIGuildWarMatchMapView:SetActive(result)
  131. self.gameObject:SetActive(result)
  132. end
  133. ---@private
  134. function UIGuildWarMatchMapView:InitGenerate(Root, data)
  135. self.transform = Root
  136. self.inited = true
  137. if self.super.Init then
  138. self.super.Init(self)
  139. end
  140. local tmp
  141. self:InitGenerate__1(Root,data)
  142. self:InitGenerate__2(Root,data)
  143. self:InitGenerate__3(Root,data)
  144. self:InitGenerate__4(Root,data)
  145. self:InitGenerate__5(Root,data)
  146. self:InitGenerate__6(Root,data)
  147. self:InitGenerate__7(Root,data)
  148. self:InitGenerate__8(Root,data)
  149. self:InitGenerate__9(Root,data)
  150. self:InitGenerate__10(Root,data)
  151. self:InitGenerate__11(Root,data)
  152. self:InitGenerate__12(Root,data)
  153. self:InitGenerate__13(Root,data)
  154. self:InitGenerate__14(Root,data)
  155. self:InitGenerate__15(Root,data)
  156. self:InitGenerate__16(Root,data)
  157. self:InitGenerate__17(Root,data)
  158. self:InitGenerate__18(Root,data)
  159. self:InitGenerate__19(Root,data)
  160. self:InitGenerate__20(Root,data)
  161. self:InitGenerate__21(Root,data)
  162. self:InitGenerate__22(Root,data)
  163. self:InitGenerate__23(Root,data)
  164. self:InitGenerate__24(Root,data)
  165. self:InitGenerate__25(Root,data)
  166. self:InitGenerate__26(Root,data)
  167. self:InitGenerate__27(Root,data)
  168. self:InitGenerate__28(Root,data)
  169. self:InitGenerate__29(Root,data)
  170. self:InitGenerate__30(Root,data)
  171. self:InitGenerate__31(Root,data)
  172. self:InitGenerate__32(Root,data)
  173. self:InitGenerate__33(Root,data)
  174. self:InitGenerate__34(Root,data)
  175. self:InitGenerate__35(Root,data)
  176. self:InitGenerate__36(Root,data)
  177. self:InitGenerate__37(Root,data)
  178. self:InitGenerate__38(Root,data)
  179. self:InitGenerate__39(Root,data)
  180. self:InitGenerate__40(Root,data)
  181. self:InitGenerate__41(Root,data)
  182. self:InitGenerate__42(Root,data)
  183. self:InitGenerate__43(Root,data)
  184. self:InitGenerate__44(Root,data)
  185. self:InitGenerate__45(Root,data)
  186. self:InitGenerate__46(Root,data)
  187. self:InitGenerate__47(Root,data)
  188. self:InitGenerate__48(Root,data)
  189. end
  190. ---@private
  191. function UIGuildWarMatchMapView:InitGenerate__1(Root, data)
  192. --[[
  193. UIAnimator/Alpha
  194. --]]
  195. local tmp = Root:Find("UIAnimator/Alpha").gameObject
  196. if tolua.getpeer(tmp) == nil then
  197. tolua.setpeer(tmp, {})
  198. end
  199. self.AnyBtn = tmp
  200. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  201. end
  202. ---@private
  203. function UIGuildWarMatchMapView:InitGenerate__2(Root, data)
  204. --[[
  205. UIAnimator/Window/MatchMap
  206. --]]
  207. local tmp = Root:Find("UIAnimator/Window/MatchMap").gameObject
  208. if tolua.getpeer(tmp) == nil then
  209. tolua.setpeer(tmp, {})
  210. end
  211. self.matchMap = tmp
  212. end
  213. ---@private
  214. function UIGuildWarMatchMapView:InitGenerate__3(Root, data)
  215. --[[
  216. UIAnimator/Window/MatchMap/PassLine/Line7
  217. --]]
  218. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line7").gameObject
  219. if tolua.getpeer(tmp) == nil then
  220. tolua.setpeer(tmp, {})
  221. end
  222. self.line7 = tmp
  223. end
  224. ---@private
  225. function UIGuildWarMatchMapView:InitGenerate__4(Root, data)
  226. --[[
  227. UIAnimator/Window/MatchMap/PassLine/Line7/LineL
  228. --]]
  229. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line7/LineL").gameObject
  230. if tolua.getpeer(tmp) == nil then
  231. tolua.setpeer(tmp, {})
  232. end
  233. self.line7.lineL = tmp
  234. self.line7.lineL:SetActive(false)
  235. end
  236. ---@private
  237. function UIGuildWarMatchMapView:InitGenerate__5(Root, data)
  238. --[[
  239. UIAnimator/Window/MatchMap/PassLine/Line7/LineR
  240. --]]
  241. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line7/LineR").gameObject
  242. if tolua.getpeer(tmp) == nil then
  243. tolua.setpeer(tmp, {})
  244. end
  245. self.line7.lineR = tmp
  246. self.line7.lineR:SetActive(false)
  247. end
  248. ---@private
  249. function UIGuildWarMatchMapView:InitGenerate__6(Root, data)
  250. --[[
  251. UIAnimator/Window/MatchMap/PassLine/Line6
  252. --]]
  253. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line6").gameObject
  254. if tolua.getpeer(tmp) == nil then
  255. tolua.setpeer(tmp, {})
  256. end
  257. self.line6 = tmp
  258. end
  259. ---@private
  260. function UIGuildWarMatchMapView:InitGenerate__7(Root, data)
  261. --[[
  262. UIAnimator/Window/MatchMap/PassLine/Line6/LineL
  263. --]]
  264. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line6/LineL").gameObject
  265. if tolua.getpeer(tmp) == nil then
  266. tolua.setpeer(tmp, {})
  267. end
  268. self.line6.lineL = tmp
  269. self.line6.lineL:SetActive(false)
  270. end
  271. ---@private
  272. function UIGuildWarMatchMapView:InitGenerate__8(Root, data)
  273. --[[
  274. UIAnimator/Window/MatchMap/PassLine/Line6/LineR
  275. --]]
  276. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line6/LineR").gameObject
  277. if tolua.getpeer(tmp) == nil then
  278. tolua.setpeer(tmp, {})
  279. end
  280. self.line6.lineR = tmp
  281. self.line6.lineR:SetActive(false)
  282. end
  283. ---@private
  284. function UIGuildWarMatchMapView:InitGenerate__9(Root, data)
  285. --[[
  286. UIAnimator/Window/MatchMap/PassLine/Line5
  287. --]]
  288. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line5").gameObject
  289. if tolua.getpeer(tmp) == nil then
  290. tolua.setpeer(tmp, {})
  291. end
  292. self.line5 = tmp
  293. end
  294. ---@private
  295. function UIGuildWarMatchMapView:InitGenerate__10(Root, data)
  296. --[[
  297. UIAnimator/Window/MatchMap/PassLine/Line5/LineL
  298. --]]
  299. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line5/LineL").gameObject
  300. if tolua.getpeer(tmp) == nil then
  301. tolua.setpeer(tmp, {})
  302. end
  303. self.line5.lineL = tmp
  304. self.line5.lineL:SetActive(false)
  305. end
  306. ---@private
  307. function UIGuildWarMatchMapView:InitGenerate__11(Root, data)
  308. --[[
  309. UIAnimator/Window/MatchMap/PassLine/Line5/LineR
  310. --]]
  311. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line5/LineR").gameObject
  312. if tolua.getpeer(tmp) == nil then
  313. tolua.setpeer(tmp, {})
  314. end
  315. self.line5.lineR = tmp
  316. self.line5.lineR:SetActive(false)
  317. end
  318. ---@private
  319. function UIGuildWarMatchMapView:InitGenerate__12(Root, data)
  320. --[[
  321. UIAnimator/Window/MatchMap/PassLine/Line4
  322. --]]
  323. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line4").gameObject
  324. if tolua.getpeer(tmp) == nil then
  325. tolua.setpeer(tmp, {})
  326. end
  327. self.line4 = tmp
  328. end
  329. ---@private
  330. function UIGuildWarMatchMapView:InitGenerate__13(Root, data)
  331. --[[
  332. UIAnimator/Window/MatchMap/PassLine/Line4/LineL
  333. --]]
  334. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line4/LineL").gameObject
  335. if tolua.getpeer(tmp) == nil then
  336. tolua.setpeer(tmp, {})
  337. end
  338. self.line4.lineL = tmp
  339. self.line4.lineL:SetActive(false)
  340. end
  341. ---@private
  342. function UIGuildWarMatchMapView:InitGenerate__14(Root, data)
  343. --[[
  344. UIAnimator/Window/MatchMap/PassLine/Line4/LineR
  345. --]]
  346. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line4/LineR").gameObject
  347. if tolua.getpeer(tmp) == nil then
  348. tolua.setpeer(tmp, {})
  349. end
  350. self.line4.lineR = tmp
  351. self.line4.lineR:SetActive(false)
  352. end
  353. ---@private
  354. function UIGuildWarMatchMapView:InitGenerate__15(Root, data)
  355. --[[
  356. UIAnimator/Window/MatchMap/PassLine/Line3
  357. --]]
  358. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line3").gameObject
  359. if tolua.getpeer(tmp) == nil then
  360. tolua.setpeer(tmp, {})
  361. end
  362. self.line3 = tmp
  363. end
  364. ---@private
  365. function UIGuildWarMatchMapView:InitGenerate__16(Root, data)
  366. --[[
  367. UIAnimator/Window/MatchMap/PassLine/Line3/LineL
  368. --]]
  369. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line3/LineL").gameObject
  370. if tolua.getpeer(tmp) == nil then
  371. tolua.setpeer(tmp, {})
  372. end
  373. self.line3.lineL = tmp
  374. self.line3.lineL:SetActive(false)
  375. end
  376. ---@private
  377. function UIGuildWarMatchMapView:InitGenerate__17(Root, data)
  378. --[[
  379. UIAnimator/Window/MatchMap/PassLine/Line3/LineR
  380. --]]
  381. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line3/LineR").gameObject
  382. if tolua.getpeer(tmp) == nil then
  383. tolua.setpeer(tmp, {})
  384. end
  385. self.line3.lineR = tmp
  386. self.line3.lineR:SetActive(false)
  387. end
  388. ---@private
  389. function UIGuildWarMatchMapView:InitGenerate__18(Root, data)
  390. --[[
  391. UIAnimator/Window/MatchMap/PassLine/Line2
  392. --]]
  393. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line2").gameObject
  394. if tolua.getpeer(tmp) == nil then
  395. tolua.setpeer(tmp, {})
  396. end
  397. self.line2 = tmp
  398. end
  399. ---@private
  400. function UIGuildWarMatchMapView:InitGenerate__19(Root, data)
  401. --[[
  402. UIAnimator/Window/MatchMap/PassLine/Line2/LineL
  403. --]]
  404. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line2/LineL").gameObject
  405. if tolua.getpeer(tmp) == nil then
  406. tolua.setpeer(tmp, {})
  407. end
  408. self.line2.lineL = tmp
  409. self.line2.lineL:SetActive(false)
  410. end
  411. ---@private
  412. function UIGuildWarMatchMapView:InitGenerate__20(Root, data)
  413. --[[
  414. UIAnimator/Window/MatchMap/PassLine/Line2/LineR
  415. --]]
  416. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line2/LineR").gameObject
  417. if tolua.getpeer(tmp) == nil then
  418. tolua.setpeer(tmp, {})
  419. end
  420. self.line2.lineR = tmp
  421. self.line2.lineR:SetActive(false)
  422. end
  423. ---@private
  424. function UIGuildWarMatchMapView:InitGenerate__21(Root, data)
  425. --[[
  426. UIAnimator/Window/MatchMap/PassLine/Line1
  427. --]]
  428. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line1").gameObject
  429. if tolua.getpeer(tmp) == nil then
  430. tolua.setpeer(tmp, {})
  431. end
  432. self.line1 = tmp
  433. end
  434. ---@private
  435. function UIGuildWarMatchMapView:InitGenerate__22(Root, data)
  436. --[[
  437. UIAnimator/Window/MatchMap/PassLine/Line1/LineL
  438. --]]
  439. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line1/LineL").gameObject
  440. if tolua.getpeer(tmp) == nil then
  441. tolua.setpeer(tmp, {})
  442. end
  443. self.line1.lineL = tmp
  444. self.line1.lineL:SetActive(false)
  445. end
  446. ---@private
  447. function UIGuildWarMatchMapView:InitGenerate__23(Root, data)
  448. --[[
  449. UIAnimator/Window/MatchMap/PassLine/Line1/LineR
  450. --]]
  451. local tmp = Root:Find("UIAnimator/Window/MatchMap/PassLine/Line1/LineR").gameObject
  452. if tolua.getpeer(tmp) == nil then
  453. tolua.setpeer(tmp, {})
  454. end
  455. self.line1.lineR = tmp
  456. self.line1.lineR:SetActive(false)
  457. end
  458. ---@private
  459. function UIGuildWarMatchMapView:InitGenerate__24(Root, data)
  460. --[[
  461. UIAnimator/Window/MatchMap/BaseSlotParent
  462. --]]
  463. local tmp = Root:Find("UIAnimator/Window/MatchMap/BaseSlotParent").gameObject
  464. if tolua.getpeer(tmp) == nil then
  465. tolua.setpeer(tmp, {})
  466. end
  467. self.baseSlotParent = tmp
  468. end
  469. ---@private
  470. function UIGuildWarMatchMapView:InitGenerate__25(Root, data)
  471. --[[
  472. UIAnimator/Window/MatchMap/GuildSlotParent
  473. --]]
  474. local tmp = Root:Find("UIAnimator/Window/MatchMap/GuildSlotParent").gameObject
  475. if tolua.getpeer(tmp) == nil then
  476. tolua.setpeer(tmp, {})
  477. end
  478. self.guildSlotParent = tmp
  479. end
  480. ---@private
  481. function UIGuildWarMatchMapView:InitGenerate__26(Root, data)
  482. --[[
  483. UIAnimator/Window/MatchMap/GuildSlotParent/GuildWarMatchMapSlotItem
  484. --]]
  485. local tmp = Root:Find("UIAnimator/Window/MatchMap/GuildSlotParent/GuildWarMatchMapSlotItem").gameObject
  486. if tolua.getpeer(tmp) == nil then
  487. tolua.setpeer(tmp, {})
  488. end
  489. self.guildWarMatchMapSlotItem = CommonUtil.BindGridViewItem2LuaStatic("GuildWarMatchMapSlotItem", tmp)
  490. self.guildWarMatchMapSlotItem.prefabName = "GuildWarMatchMapSlotItem"
  491. self.guildWarMatchMapSlotItem:SetActive(false)
  492. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  493. end
  494. ---@private
  495. function UIGuildWarMatchMapView:InitGenerate__27(Root, data)
  496. --[[
  497. UIAnimator/Window/MatchMap/HandleSlotParent
  498. --]]
  499. local tmp = Root:Find("UIAnimator/Window/MatchMap/HandleSlotParent").gameObject
  500. if tolua.getpeer(tmp) == nil then
  501. tolua.setpeer(tmp, {})
  502. end
  503. self.handleSlotParent = tmp
  504. end
  505. ---@private
  506. function UIGuildWarMatchMapView:InitGenerate__28(Root, data)
  507. --[[
  508. UIAnimator/Window/MatchMap/ChampionItem
  509. --]]
  510. local tmp = Root:Find("UIAnimator/Window/MatchMap/ChampionItem").gameObject
  511. if tolua.getpeer(tmp) == nil then
  512. tolua.setpeer(tmp, {})
  513. end
  514. self.championItem = CommonUtil.BindGridViewItem2LuaStatic("GuildWarMatchMapSlotItem", tmp)
  515. self.championItem.prefabName = "GuildWarMatchMapSlotItem"
  516. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  517. end
  518. ---@private
  519. function UIGuildWarMatchMapView:InitGenerate__29(Root, data)
  520. --[[
  521. UIAnimator/Window/UIBoardTitle/Image/BtnHelp
  522. --]]
  523. local tmp = Root:Find("UIAnimator/Window/UIBoardTitle/Image/BtnHelp").gameObject
  524. if tolua.getpeer(tmp) == nil then
  525. tolua.setpeer(tmp, {})
  526. end
  527. self.btnHelp = tmp
  528. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  529. end
  530. ---@private
  531. function UIGuildWarMatchMapView:InitGenerate__30(Root, data)
  532. --[[
  533. UIAnimator/Window/Bottom
  534. --]]
  535. local tmp = Root:Find("UIAnimator/Window/Bottom").gameObject
  536. if tolua.getpeer(tmp) == nil then
  537. tolua.setpeer(tmp, {})
  538. end
  539. self.bottom = tmp
  540. end
  541. ---@private
  542. function UIGuildWarMatchMapView:InitGenerate__31(Root, data)
  543. --[[
  544. UIAnimator/Window/Bottom/Image/Timer/MatchTime1
  545. --]]
  546. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime1").gameObject
  547. if tolua.getpeer(tmp) == nil then
  548. tolua.setpeer(tmp, {})
  549. end
  550. self.matchTime1 = tmp
  551. end
  552. ---@private
  553. function UIGuildWarMatchMapView:InitGenerate__32(Root, data)
  554. --[[
  555. UIAnimator/Window/Bottom/Image/Timer/MatchTime1/Bar
  556. --]]
  557. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime1/Bar").gameObject
  558. if tolua.getpeer(tmp) == nil then
  559. tolua.setpeer(tmp, {})
  560. end
  561. self.matchTime1.bar = tmp
  562. tmp.uIImageSwitchSprite = tmp:GetComponent(Enum.TypeInfo.UIImageSwitchSprite)
  563. end
  564. ---@private
  565. function UIGuildWarMatchMapView:InitGenerate__33(Root, data)
  566. --[[
  567. UIAnimator/Window/Bottom/Image/Timer/MatchTime1/Title
  568. --]]
  569. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime1/Title").gameObject
  570. if tolua.getpeer(tmp) == nil then
  571. tolua.setpeer(tmp, {})
  572. end
  573. self.matchTime1.title = tmp
  574. tmp.uIImageSwitchSprite = tmp:GetComponent(Enum.TypeInfo.UIImageSwitchSprite)
  575. end
  576. ---@private
  577. function UIGuildWarMatchMapView:InitGenerate__34(Root, data)
  578. --[[
  579. UIAnimator/Window/Bottom/Image/Timer/MatchTime1/NameTxt
  580. --]]
  581. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime1/NameTxt").gameObject
  582. if tolua.getpeer(tmp) == nil then
  583. tolua.setpeer(tmp, {})
  584. end
  585. self.matchTime1.nameTxt = tmp
  586. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  587. end
  588. ---@private
  589. function UIGuildWarMatchMapView:InitGenerate__35(Root, data)
  590. --[[
  591. UIAnimator/Window/Bottom/Image/Timer/MatchTime1/TimeTxt
  592. --]]
  593. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime1/TimeTxt").gameObject
  594. if tolua.getpeer(tmp) == nil then
  595. tolua.setpeer(tmp, {})
  596. end
  597. self.matchTime1.timeTxt = tmp
  598. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  599. end
  600. ---@private
  601. function UIGuildWarMatchMapView:InitGenerate__36(Root, data)
  602. --[[
  603. UIAnimator/Window/Bottom/Image/Timer/MatchTime2
  604. --]]
  605. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime2").gameObject
  606. if tolua.getpeer(tmp) == nil then
  607. tolua.setpeer(tmp, {})
  608. end
  609. self.matchTime2 = tmp
  610. end
  611. ---@private
  612. function UIGuildWarMatchMapView:InitGenerate__37(Root, data)
  613. --[[
  614. UIAnimator/Window/Bottom/Image/Timer/MatchTime2/Bar
  615. --]]
  616. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime2/Bar").gameObject
  617. if tolua.getpeer(tmp) == nil then
  618. tolua.setpeer(tmp, {})
  619. end
  620. self.matchTime2.bar = tmp
  621. tmp.uIImageSwitchSprite = tmp:GetComponent(Enum.TypeInfo.UIImageSwitchSprite)
  622. end
  623. ---@private
  624. function UIGuildWarMatchMapView:InitGenerate__38(Root, data)
  625. --[[
  626. UIAnimator/Window/Bottom/Image/Timer/MatchTime2/Title
  627. --]]
  628. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime2/Title").gameObject
  629. if tolua.getpeer(tmp) == nil then
  630. tolua.setpeer(tmp, {})
  631. end
  632. self.matchTime2.title = tmp
  633. tmp.uIImageSwitchSprite = tmp:GetComponent(Enum.TypeInfo.UIImageSwitchSprite)
  634. end
  635. ---@private
  636. function UIGuildWarMatchMapView:InitGenerate__39(Root, data)
  637. --[[
  638. UIAnimator/Window/Bottom/Image/Timer/MatchTime2/NameTxt
  639. --]]
  640. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime2/NameTxt").gameObject
  641. if tolua.getpeer(tmp) == nil then
  642. tolua.setpeer(tmp, {})
  643. end
  644. self.matchTime2.nameTxt = tmp
  645. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  646. end
  647. ---@private
  648. function UIGuildWarMatchMapView:InitGenerate__40(Root, data)
  649. --[[
  650. UIAnimator/Window/Bottom/Image/Timer/MatchTime2/TimeTxt
  651. --]]
  652. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime2/TimeTxt").gameObject
  653. if tolua.getpeer(tmp) == nil then
  654. tolua.setpeer(tmp, {})
  655. end
  656. self.matchTime2.timeTxt = tmp
  657. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  658. end
  659. ---@private
  660. function UIGuildWarMatchMapView:InitGenerate__41(Root, data)
  661. --[[
  662. UIAnimator/Window/Bottom/Image/Timer/MatchTime3
  663. --]]
  664. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime3").gameObject
  665. if tolua.getpeer(tmp) == nil then
  666. tolua.setpeer(tmp, {})
  667. end
  668. self.matchTime3 = tmp
  669. end
  670. ---@private
  671. function UIGuildWarMatchMapView:InitGenerate__42(Root, data)
  672. --[[
  673. UIAnimator/Window/Bottom/Image/Timer/MatchTime3/Bar
  674. --]]
  675. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime3/Bar").gameObject
  676. if tolua.getpeer(tmp) == nil then
  677. tolua.setpeer(tmp, {})
  678. end
  679. self.matchTime3.bar = tmp
  680. tmp.uIImageSwitchSprite = tmp:GetComponent(Enum.TypeInfo.UIImageSwitchSprite)
  681. end
  682. ---@private
  683. function UIGuildWarMatchMapView:InitGenerate__43(Root, data)
  684. --[[
  685. UIAnimator/Window/Bottom/Image/Timer/MatchTime3/Title
  686. --]]
  687. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime3/Title").gameObject
  688. if tolua.getpeer(tmp) == nil then
  689. tolua.setpeer(tmp, {})
  690. end
  691. self.matchTime3.title = tmp
  692. tmp.uIImageSwitchSprite = tmp:GetComponent(Enum.TypeInfo.UIImageSwitchSprite)
  693. end
  694. ---@private
  695. function UIGuildWarMatchMapView:InitGenerate__44(Root, data)
  696. --[[
  697. UIAnimator/Window/Bottom/Image/Timer/MatchTime3/NameTxt
  698. --]]
  699. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime3/NameTxt").gameObject
  700. if tolua.getpeer(tmp) == nil then
  701. tolua.setpeer(tmp, {})
  702. end
  703. self.matchTime3.nameTxt = tmp
  704. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  705. end
  706. ---@private
  707. function UIGuildWarMatchMapView:InitGenerate__45(Root, data)
  708. --[[
  709. UIAnimator/Window/Bottom/Image/Timer/MatchTime3/TimeTxt
  710. --]]
  711. local tmp = Root:Find("UIAnimator/Window/Bottom/Image/Timer/MatchTime3/TimeTxt").gameObject
  712. if tolua.getpeer(tmp) == nil then
  713. tolua.setpeer(tmp, {})
  714. end
  715. self.matchTime3.timeTxt = tmp
  716. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  717. end
  718. ---@private
  719. function UIGuildWarMatchMapView:InitGenerate__46(Root, data)
  720. --[[
  721. UIAnimator/Window/BtnBack
  722. --]]
  723. local tmp = Root:Find("UIAnimator/Window/BtnBack").gameObject
  724. if tolua.getpeer(tmp) == nil then
  725. tolua.setpeer(tmp, {})
  726. end
  727. self.btnBack = tmp
  728. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  729. end
  730. ---@private
  731. function UIGuildWarMatchMapView:InitGenerate__47(Root, data)
  732. --[[
  733. UIAnimator/Window/BtnMatchShop
  734. --]]
  735. local tmp = Root:Find("UIAnimator/Window/BtnMatchShop").gameObject
  736. if tolua.getpeer(tmp) == nil then
  737. tolua.setpeer(tmp, {})
  738. end
  739. self.btnMatchShop = tmp
  740. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  741. end
  742. ---@private
  743. function UIGuildWarMatchMapView:InitGenerate__48(Root, data)
  744. --[[
  745. UIAnimator/Window/BtnMatchShop/Icon
  746. --]]
  747. local tmp = Root:Find("UIAnimator/Window/BtnMatchShop/Icon").gameObject
  748. if tolua.getpeer(tmp) == nil then
  749. tolua.setpeer(tmp, {})
  750. end
  751. self.btnMatchShop.icon = tmp
  752. end
  753. ---@private
  754. function UIGuildWarMatchMapView:GenerateDestroy()
  755. if tolua.getpeer(self.btnMatchShop.icon) ~= nil then
  756. tolua.setpeer(self.btnMatchShop.icon, nil)
  757. end
  758. if tolua.getpeer(self.matchTime3.timeTxt) ~= nil then
  759. tolua.setpeer(self.matchTime3.timeTxt, nil)
  760. end
  761. if tolua.getpeer(self.matchTime3.nameTxt) ~= nil then
  762. tolua.setpeer(self.matchTime3.nameTxt, nil)
  763. end
  764. if tolua.getpeer(self.matchTime3.title) ~= nil then
  765. tolua.setpeer(self.matchTime3.title, nil)
  766. end
  767. if tolua.getpeer(self.matchTime3.bar) ~= nil then
  768. tolua.setpeer(self.matchTime3.bar, nil)
  769. end
  770. if tolua.getpeer(self.matchTime2.timeTxt) ~= nil then
  771. tolua.setpeer(self.matchTime2.timeTxt, nil)
  772. end
  773. if tolua.getpeer(self.matchTime2.nameTxt) ~= nil then
  774. tolua.setpeer(self.matchTime2.nameTxt, nil)
  775. end
  776. if tolua.getpeer(self.matchTime2.title) ~= nil then
  777. tolua.setpeer(self.matchTime2.title, nil)
  778. end
  779. if tolua.getpeer(self.matchTime2.bar) ~= nil then
  780. tolua.setpeer(self.matchTime2.bar, nil)
  781. end
  782. if tolua.getpeer(self.matchTime1.timeTxt) ~= nil then
  783. tolua.setpeer(self.matchTime1.timeTxt, nil)
  784. end
  785. if tolua.getpeer(self.matchTime1.nameTxt) ~= nil then
  786. tolua.setpeer(self.matchTime1.nameTxt, nil)
  787. end
  788. if tolua.getpeer(self.matchTime1.title) ~= nil then
  789. tolua.setpeer(self.matchTime1.title, nil)
  790. end
  791. if tolua.getpeer(self.matchTime1.bar) ~= nil then
  792. tolua.setpeer(self.matchTime1.bar, nil)
  793. end
  794. if tolua.getpeer(self.line1.lineR) ~= nil then
  795. tolua.setpeer(self.line1.lineR, nil)
  796. end
  797. if tolua.getpeer(self.line1.lineL) ~= nil then
  798. tolua.setpeer(self.line1.lineL, nil)
  799. end
  800. if tolua.getpeer(self.line2.lineR) ~= nil then
  801. tolua.setpeer(self.line2.lineR, nil)
  802. end
  803. if tolua.getpeer(self.line2.lineL) ~= nil then
  804. tolua.setpeer(self.line2.lineL, nil)
  805. end
  806. if tolua.getpeer(self.line3.lineR) ~= nil then
  807. tolua.setpeer(self.line3.lineR, nil)
  808. end
  809. if tolua.getpeer(self.line3.lineL) ~= nil then
  810. tolua.setpeer(self.line3.lineL, nil)
  811. end
  812. if tolua.getpeer(self.line4.lineR) ~= nil then
  813. tolua.setpeer(self.line4.lineR, nil)
  814. end
  815. if tolua.getpeer(self.line4.lineL) ~= nil then
  816. tolua.setpeer(self.line4.lineL, nil)
  817. end
  818. if tolua.getpeer(self.line5.lineR) ~= nil then
  819. tolua.setpeer(self.line5.lineR, nil)
  820. end
  821. if tolua.getpeer(self.line5.lineL) ~= nil then
  822. tolua.setpeer(self.line5.lineL, nil)
  823. end
  824. if tolua.getpeer(self.line6.lineR) ~= nil then
  825. tolua.setpeer(self.line6.lineR, nil)
  826. end
  827. if tolua.getpeer(self.line6.lineL) ~= nil then
  828. tolua.setpeer(self.line6.lineL, nil)
  829. end
  830. if tolua.getpeer(self.line7.lineR) ~= nil then
  831. tolua.setpeer(self.line7.lineR, nil)
  832. end
  833. if tolua.getpeer(self.line7.lineL) ~= nil then
  834. tolua.setpeer(self.line7.lineL, nil)
  835. end
  836. if tolua.getpeer(self.AnyBtn) ~= nil then
  837. tolua.setpeer(self.AnyBtn, nil)
  838. end
  839. self.AnyBtn = nil
  840. if tolua.getpeer(self.matchMap) ~= nil then
  841. tolua.setpeer(self.matchMap, nil)
  842. end
  843. self.matchMap = nil
  844. if tolua.getpeer(self.line7) ~= nil then
  845. tolua.setpeer(self.line7, nil)
  846. end
  847. self.line7 = nil
  848. if tolua.getpeer(self.line6) ~= nil then
  849. tolua.setpeer(self.line6, nil)
  850. end
  851. self.line6 = nil
  852. if tolua.getpeer(self.line5) ~= nil then
  853. tolua.setpeer(self.line5, nil)
  854. end
  855. self.line5 = nil
  856. if tolua.getpeer(self.line4) ~= nil then
  857. tolua.setpeer(self.line4, nil)
  858. end
  859. self.line4 = nil
  860. if tolua.getpeer(self.line3) ~= nil then
  861. tolua.setpeer(self.line3, nil)
  862. end
  863. self.line3 = nil
  864. if tolua.getpeer(self.line2) ~= nil then
  865. tolua.setpeer(self.line2, nil)
  866. end
  867. self.line2 = nil
  868. if tolua.getpeer(self.line1) ~= nil then
  869. tolua.setpeer(self.line1, nil)
  870. end
  871. self.line1 = nil
  872. if tolua.getpeer(self.baseSlotParent) ~= nil then
  873. tolua.setpeer(self.baseSlotParent, nil)
  874. end
  875. self.baseSlotParent = nil
  876. if tolua.getpeer(self.guildSlotParent) ~= nil then
  877. tolua.setpeer(self.guildSlotParent, nil)
  878. end
  879. self.guildSlotParent = nil
  880. if self.guildWarMatchMapSlotItem.GenerateDestroy ~= nil then
  881. self.guildWarMatchMapSlotItem:GenerateDestroy()
  882. end
  883. if tolua.getpeer(self.guildWarMatchMapSlotItem) ~= nil then
  884. tolua.setpeer(self.guildWarMatchMapSlotItem, nil)
  885. end
  886. self.guildWarMatchMapSlotItem = nil
  887. if tolua.getpeer(self.handleSlotParent) ~= nil then
  888. tolua.setpeer(self.handleSlotParent, nil)
  889. end
  890. self.handleSlotParent = nil
  891. if self.championItem.GenerateDestroy ~= nil then
  892. self.championItem:GenerateDestroy()
  893. end
  894. if tolua.getpeer(self.championItem) ~= nil then
  895. tolua.setpeer(self.championItem, nil)
  896. end
  897. self.championItem = nil
  898. if tolua.getpeer(self.btnHelp) ~= nil then
  899. tolua.setpeer(self.btnHelp, nil)
  900. end
  901. self.btnHelp = nil
  902. if tolua.getpeer(self.bottom) ~= nil then
  903. tolua.setpeer(self.bottom, nil)
  904. end
  905. self.bottom = nil
  906. if tolua.getpeer(self.matchTime1) ~= nil then
  907. tolua.setpeer(self.matchTime1, nil)
  908. end
  909. self.matchTime1 = nil
  910. if tolua.getpeer(self.matchTime2) ~= nil then
  911. tolua.setpeer(self.matchTime2, nil)
  912. end
  913. self.matchTime2 = nil
  914. if tolua.getpeer(self.matchTime3) ~= nil then
  915. tolua.setpeer(self.matchTime3, nil)
  916. end
  917. self.matchTime3 = nil
  918. if tolua.getpeer(self.btnBack) ~= nil then
  919. tolua.setpeer(self.btnBack, nil)
  920. end
  921. self.btnBack = nil
  922. if tolua.getpeer(self.btnMatchShop) ~= nil then
  923. tolua.setpeer(self.btnMatchShop, nil)
  924. end
  925. self.btnMatchShop = nil
  926. self.transform = nil
  927. self.gameObject = nil
  928. self.inited = false
  929. end
  930. return UIGuildWarMatchMapView