UITipsView_Generate.lua 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564
  1. ---@class UITips__Generate_btn_Goto
  2. ---@field public gameObject UnityEngine.GameObject
  3. ---@field public button UnityEngine.UI.Button
  4. ---@class UITips__Generate_btn_Use
  5. ---@field public gameObject UnityEngine.GameObject
  6. ---@field public button UnityEngine.UI.Button
  7. ---@class UITips__Generate_box_btn_Compose
  8. ---@field public gameObject UnityEngine.GameObject
  9. ---@field public button UnityEngine.UI.Button
  10. ---@field public text UnityEngine.GameObject
  11. ---@class UITips__Generate_box_btn_Open1_num
  12. ---@field public gameObject UnityEngine.GameObject
  13. ---@field public text UnityEngine.UI.Text
  14. ---@class UITips__Generate_box_btn_Open1_text
  15. ---@field public gameObject UnityEngine.GameObject
  16. ---@field public text TMPro.TextMeshProUGUI
  17. ---@class UITips__Generate_box_btn_Open1_icon
  18. ---@field public gameObject UnityEngine.GameObject
  19. ---@field public image UnityEngine.UI.Image
  20. ---@class UITips__Generate_box_btn_Open1
  21. ---@field public gameObject UnityEngine.GameObject
  22. ---@field public button UnityEngine.UI.Button
  23. ---@field public icon UITips__Generate_box_btn_Open1_icon
  24. ---@field public text UITips__Generate_box_btn_Open1_text
  25. ---@field public num UITips__Generate_box_btn_Open1_num
  26. ---@class UITips__Generate_box_btn_Open
  27. ---@field public gameObject UnityEngine.GameObject
  28. ---@field public button UnityEngine.UI.Button
  29. ---@field public text UnityEngine.GameObject
  30. ---@class UITips__Generate_box_cD_number
  31. ---@field public gameObject UnityEngine.GameObject
  32. ---@field public text UnityEngine.UI.Text
  33. ---@class UITips__Generate_box_cD
  34. ---@field public gameObject UnityEngine.GameObject
  35. ---@field public number UITips__Generate_box_cD_number
  36. ---@class UITips__Generate_box_itemNumber_number
  37. ---@field public gameObject UnityEngine.GameObject
  38. ---@field public text UnityEngine.UI.Text
  39. ---@class UITips__Generate_box_itemNumber_icon
  40. ---@field public gameObject UnityEngine.GameObject
  41. ---@field public image UnityEngine.UI.Image
  42. ---@class UITips__Generate_box_itemNumber
  43. ---@field public gameObject UnityEngine.GameObject
  44. ---@field public icon UITips__Generate_box_itemNumber_icon
  45. ---@field public number UITips__Generate_box_itemNumber_number
  46. ---@class UITips__Generate_btnPlus
  47. ---@field public gameObject UnityEngine.GameObject
  48. ---@field public button UnityEngine.UI.Button
  49. ---@class UITips__Generate_btnMinus
  50. ---@field public gameObject UnityEngine.GameObject
  51. ---@field public button UnityEngine.UI.Button
  52. ---@class UITips__Generate_slider
  53. ---@field public gameObject UnityEngine.GameObject
  54. ---@field public slider UnityEngine.UI.Slider
  55. ---@class UITips__Generate_box_numBox_num
  56. ---@field public gameObject UnityEngine.GameObject
  57. ---@field public text UnityEngine.UI.Text
  58. ---@class UITips__Generate_box_numBox
  59. ---@field public gameObject UnityEngine.GameObject
  60. ---@field public num UITips__Generate_box_numBox_num
  61. ---@class UITips__Generate_box
  62. ---@field public gameObject UnityEngine.GameObject
  63. ---@field public numBox UITips__Generate_box_numBox
  64. ---@field public itemNumber UITips__Generate_box_itemNumber
  65. ---@field public cD UITips__Generate_box_cD
  66. ---@field public btn_Open UITips__Generate_box_btn_Open
  67. ---@field public btn_Open1 UITips__Generate_box_btn_Open1
  68. ---@field public btn_Compose UITips__Generate_box_btn_Compose
  69. ---@class UITips__Generate_btn_Open
  70. ---@field public gameObject UnityEngine.GameObject
  71. ---@field public button UnityEngine.UI.Button
  72. ---@class UITips__Generate_btn_Compose
  73. ---@field public gameObject UnityEngine.GameObject
  74. ---@field public button UnityEngine.UI.Button
  75. ---@class UITips__Generate_btn_Decompose
  76. ---@field public gameObject UnityEngine.GameObject
  77. ---@field public button UnityEngine.UI.Button
  78. ---@class UITips__Generate_btn_Info
  79. ---@field public gameObject UnityEngine.GameObject
  80. ---@field public button UnityEngine.UI.Button
  81. ---@class UITips__Generate_btn_OK
  82. ---@field public gameObject UnityEngine.GameObject
  83. ---@field public button UnityEngine.UI.Button
  84. ---@class UITips__Generate_btn_InsertCard
  85. ---@field public gameObject UnityEngine.GameObject
  86. ---@field public button UnityEngine.UI.Button
  87. ---@class UITips__Generate_btn_EquipCompose
  88. ---@field public gameObject UnityEngine.GameObject
  89. ---@field public button UnityEngine.UI.Button
  90. ---@class UITips__Generate_desTxt
  91. ---@field public gameObject UnityEngine.GameObject
  92. ---@field public text UnityEngine.UI.Text
  93. ---@class UITips__Generate_costMaterials
  94. ---@field public gameObject UnityEngine.GameObject
  95. ---@field public grid UnityEngine.GameObject
  96. ---@class UITips__Generate_baseAttr
  97. ---@field public gameObject UnityEngine.GameObject
  98. ---@field public grid UnityEngine.GameObject
  99. ---@class UITips__Generate_type6_image
  100. ---@field public gameObject UnityEngine.GameObject
  101. ---@field public image UnityEngine.UI.Image
  102. ---@class UITips__Generate_type6_text2
  103. ---@field public gameObject UnityEngine.GameObject
  104. ---@field public text UnityEngine.UI.Text
  105. ---@class UITips__Generate_type6
  106. ---@field public gameObject UnityEngine.GameObject
  107. ---@field public text2 UITips__Generate_type6_text2
  108. ---@field public image UITips__Generate_type6_image
  109. ---@class UITips__Generate_type5_text2
  110. ---@field public gameObject UnityEngine.GameObject
  111. ---@field public text UnityEngine.UI.Text
  112. ---@class UITips__Generate_type5_text1
  113. ---@field public gameObject UnityEngine.GameObject
  114. ---@field public text UnityEngine.UI.Text
  115. ---@class UITips__Generate_type5
  116. ---@field public gameObject UnityEngine.GameObject
  117. ---@field public text1 UITips__Generate_type5_text1
  118. ---@field public text2 UITips__Generate_type5_text2
  119. ---@class UITips__Generate_type4_jobBox_icon
  120. ---@field public gameObject UnityEngine.GameObject
  121. ---@field public image UnityEngine.UI.Image
  122. ---@class UITips__Generate_type4_jobBox
  123. ---@field public gameObject UnityEngine.GameObject
  124. ---@field public icon UITips__Generate_type4_jobBox_icon
  125. ---@class UITips__Generate_type4_text1
  126. ---@field public gameObject UnityEngine.GameObject
  127. ---@field public text UnityEngine.UI.Text
  128. ---@class UITips__Generate_type4
  129. ---@field public gameObject UnityEngine.GameObject
  130. ---@field public text1 UITips__Generate_type4_text1
  131. ---@field public jobBox UITips__Generate_type4_jobBox
  132. ---@class UITips__Generate_type3_text2
  133. ---@field public gameObject UnityEngine.GameObject
  134. ---@field public text UnityEngine.UI.Text
  135. ---@class UITips__Generate_type3_text1
  136. ---@field public gameObject UnityEngine.GameObject
  137. ---@field public text UnityEngine.UI.Text
  138. ---@class UITips__Generate_type3
  139. ---@field public gameObject UnityEngine.GameObject
  140. ---@field public text1 UITips__Generate_type3_text1
  141. ---@field public text2 UITips__Generate_type3_text2
  142. ---@class UITips__Generate_type2_text2
  143. ---@field public gameObject UnityEngine.GameObject
  144. ---@field public text UnityEngine.UI.Text
  145. ---@class UITips__Generate_type2_text1
  146. ---@field public gameObject UnityEngine.GameObject
  147. ---@field public uILocalizeScript UILocalizeScript
  148. ---@field public text UnityEngine.UI.Text
  149. ---@class UITips__Generate_type2
  150. ---@field public gameObject UnityEngine.GameObject
  151. ---@field public text1 UITips__Generate_type2_text1
  152. ---@field public text2 UITips__Generate_type2_text2
  153. ---@class UITips__Generate_type1_text2
  154. ---@field public gameObject UnityEngine.GameObject
  155. ---@field public text UnityEngine.UI.Text
  156. ---@class UITips__Generate_type1_text1
  157. ---@field public gameObject UnityEngine.GameObject
  158. ---@field public uILocalizeScript UILocalizeScript
  159. ---@field public text UnityEngine.UI.Text
  160. ---@class UITips__Generate_type1
  161. ---@field public gameObject UnityEngine.GameObject
  162. ---@field public text1 UITips__Generate_type1_text1
  163. ---@field public text2 UITips__Generate_type1_text2
  164. ---@class UITips__Generate_textName
  165. ---@field public gameObject UnityEngine.GameObject
  166. ---@field public text UnityEngine.UI.Text
  167. ---@class UITips__Generate_iconItem
  168. ---@field public gameObject UnityEngine.GameObject
  169. ---@field public rectTransform UnityEngine.RectTransform
  170. ---@field public layoutElement UnityEngine.UI.LayoutElement
  171. ---@class UITips__Generate_AnyBtn
  172. ---@field public gameObject UnityEngine.GameObject
  173. ---@field public button UnityEngine.UI.Button
  174. ---@class UITips__Generate_uIAnimator
  175. ---@field public gameObject UnityEngine.GameObject
  176. ---@field public animator UnityEngine.Animator
  177. ---@class UITips__Generate
  178. ---@field private gameObject UnityEngine.GameObject
  179. ---@field private transform UnityEngine.Transform
  180. ---@field private uIEventHandler UIEventHandler
  181. ---@field private uIAnimator UITips__Generate_uIAnimator
  182. ---@field private AnyBtn UITips__Generate_AnyBtn
  183. ---@field private window UnityEngine.GameObject
  184. ---@field private mainInfo UnityEngine.GameObject
  185. ---@field private contentItem UnityEngine.GameObject
  186. ---@field private iconItem UITips__Generate_iconItem
  187. ---@field private textName UITips__Generate_textName
  188. ---@field private type1 UITips__Generate_type1
  189. ---@field private type2 UITips__Generate_type2
  190. ---@field private type3 UITips__Generate_type3
  191. ---@field private type4 UITips__Generate_type4
  192. ---@field private type5 UITips__Generate_type5
  193. ---@field private type6 UITips__Generate_type6
  194. ---@field private skillTag UnityEngine.GameObject
  195. ---@field private skillTagItem1 UnityEngine.GameObject
  196. ---@field private skillTagItem2 UnityEngine.GameObject
  197. ---@field private skillTagItem3 UnityEngine.GameObject
  198. ---@field private skillTagItem4 UnityEngine.GameObject
  199. ---@field private attrItem UnityEngine.GameObject
  200. ---@field private baseAttr UITips__Generate_baseAttr
  201. ---@field private costMaterials UITips__Generate_costMaterials
  202. ---@field private desTxt UITips__Generate_desTxt
  203. ---@field private bottomBox UnityEngine.GameObject
  204. ---@field private btnBox UnityEngine.GameObject
  205. ---@field private btn_EquipCompose UITips__Generate_btn_EquipCompose
  206. ---@field private btn_InsertCard UITips__Generate_btn_InsertCard
  207. ---@field private btn_OK UITips__Generate_btn_OK
  208. ---@field private btn_Info UITips__Generate_btn_Info
  209. ---@field private btn_Decompose UITips__Generate_btn_Decompose
  210. ---@field private btn_Compose UITips__Generate_btn_Compose
  211. ---@field private btn_Open UITips__Generate_btn_Open
  212. ---@field private box UITips__Generate_box
  213. ---@field private slider UITips__Generate_slider
  214. ---@field private boxSliderHande UnityEngine.GameObject
  215. ---@field private btnMinus UITips__Generate_btnMinus
  216. ---@field private btnPlus UITips__Generate_btnPlus
  217. ---@field private btn_EquipCompose_lock UnityEngine.GameObject
  218. ---@field private btn_Use UITips__Generate_btn_Use
  219. ---@field private btn_Goto UITips__Generate_btn_Goto
  220. local UITipsView = class("UITipsView", require("UIViewBase"))
  221. function UITipsView:ctor()
  222. end
  223. ---@private
  224. function UITipsView:SetActive(result)
  225. self.gameObject:SetActive(result)
  226. end
  227. ---@private
  228. function UITipsView:InitGenerate(Root, data)
  229. self.transform = Root
  230. self.inited = true
  231. if self.super.Init then
  232. self.super.Init(self)
  233. end
  234. local tmp
  235. self:InitGenerate__1(Root,data)
  236. self:InitGenerate__2(Root,data)
  237. self:InitGenerate__3(Root,data)
  238. self:InitGenerate__4(Root,data)
  239. self:InitGenerate__5(Root,data)
  240. self:InitGenerate__6(Root,data)
  241. self:InitGenerate__7(Root,data)
  242. self:InitGenerate__8(Root,data)
  243. self:InitGenerate__9(Root,data)
  244. self:InitGenerate__10(Root,data)
  245. self:InitGenerate__11(Root,data)
  246. self:InitGenerate__12(Root,data)
  247. self:InitGenerate__13(Root,data)
  248. self:InitGenerate__14(Root,data)
  249. self:InitGenerate__15(Root,data)
  250. self:InitGenerate__16(Root,data)
  251. self:InitGenerate__17(Root,data)
  252. self:InitGenerate__18(Root,data)
  253. self:InitGenerate__19(Root,data)
  254. self:InitGenerate__20(Root,data)
  255. self:InitGenerate__21(Root,data)
  256. self:InitGenerate__22(Root,data)
  257. self:InitGenerate__23(Root,data)
  258. self:InitGenerate__24(Root,data)
  259. self:InitGenerate__25(Root,data)
  260. self:InitGenerate__26(Root,data)
  261. self:InitGenerate__27(Root,data)
  262. self:InitGenerate__28(Root,data)
  263. self:InitGenerate__29(Root,data)
  264. self:InitGenerate__30(Root,data)
  265. self:InitGenerate__31(Root,data)
  266. self:InitGenerate__32(Root,data)
  267. self:InitGenerate__33(Root,data)
  268. self:InitGenerate__34(Root,data)
  269. self:InitGenerate__35(Root,data)
  270. self:InitGenerate__36(Root,data)
  271. self:InitGenerate__37(Root,data)
  272. self:InitGenerate__38(Root,data)
  273. self:InitGenerate__39(Root,data)
  274. self:InitGenerate__40(Root,data)
  275. self:InitGenerate__41(Root,data)
  276. self:InitGenerate__42(Root,data)
  277. self:InitGenerate__43(Root,data)
  278. self:InitGenerate__44(Root,data)
  279. self:InitGenerate__45(Root,data)
  280. self:InitGenerate__46(Root,data)
  281. self:InitGenerate__47(Root,data)
  282. self:InitGenerate__48(Root,data)
  283. self:InitGenerate__49(Root,data)
  284. self:InitGenerate__50(Root,data)
  285. self:InitGenerate__51(Root,data)
  286. self:InitGenerate__52(Root,data)
  287. self:InitGenerate__53(Root,data)
  288. self:InitGenerate__54(Root,data)
  289. self:InitGenerate__55(Root,data)
  290. self:InitGenerate__56(Root,data)
  291. self:InitGenerate__57(Root,data)
  292. self:InitGenerate__58(Root,data)
  293. self:InitGenerate__59(Root,data)
  294. self:InitGenerate__60(Root,data)
  295. self:InitGenerate__61(Root,data)
  296. self:InitGenerate__62(Root,data)
  297. self:InitGenerate__63(Root,data)
  298. self:InitGenerate__64(Root,data)
  299. self:InitGenerate__65(Root,data)
  300. self:InitGenerate__66(Root,data)
  301. self:InitGenerate__67(Root,data)
  302. self:InitGenerate__68(Root,data)
  303. self:InitGenerate__69(Root,data)
  304. self:InitGenerate__70(Root,data)
  305. end
  306. ---@private
  307. function UITipsView:InitGenerate__1(Root, data)
  308. --[[
  309. Root
  310. --]]
  311. self.uIEventHandler = Root:GetComponent(Enum.TypeInfo.UIEventHandler)
  312. end
  313. ---@private
  314. function UITipsView:InitGenerate__2(Root, data)
  315. --[[
  316. UIAnimator
  317. --]]
  318. local tmp = Root:Find("UIAnimator").gameObject
  319. if tolua.getpeer(tmp) == nil then
  320. tolua.setpeer(tmp, {})
  321. end
  322. self.uIAnimator = tmp
  323. tmp.animator = tmp:GetComponent(Enum.TypeInfo.Animator)
  324. tmp.animator.logWarnings = false
  325. end
  326. ---@private
  327. function UITipsView:InitGenerate__3(Root, data)
  328. --[[
  329. UIAnimator/Alpha
  330. --]]
  331. local tmp = Root:Find("UIAnimator/Alpha").gameObject
  332. if tolua.getpeer(tmp) == nil then
  333. tolua.setpeer(tmp, {})
  334. end
  335. self.AnyBtn = tmp
  336. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  337. end
  338. ---@private
  339. function UITipsView:InitGenerate__4(Root, data)
  340. --[[
  341. UIAnimator/Window
  342. --]]
  343. local tmp = Root:Find("UIAnimator/Window").gameObject
  344. if tolua.getpeer(tmp) == nil then
  345. tolua.setpeer(tmp, {})
  346. end
  347. self.window = tmp
  348. end
  349. ---@private
  350. function UITipsView:InitGenerate__5(Root, data)
  351. --[[
  352. UIAnimator/Window/Bg/TopItem/MainInfo
  353. --]]
  354. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo").gameObject
  355. if tolua.getpeer(tmp) == nil then
  356. tolua.setpeer(tmp, {})
  357. end
  358. self.mainInfo = tmp
  359. end
  360. ---@private
  361. function UITipsView:InitGenerate__6(Root, data)
  362. --[[
  363. UIAnimator/Window/Bg/TopItem/MainInfo/ContentItem
  364. --]]
  365. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/ContentItem").gameObject
  366. if tolua.getpeer(tmp) == nil then
  367. tolua.setpeer(tmp, {})
  368. end
  369. self.contentItem = tmp
  370. end
  371. ---@private
  372. function UITipsView:InitGenerate__7(Root, data)
  373. --[[
  374. UIAnimator/Window/Bg/TopItem/MainInfo/ContentItem/IconItem
  375. --]]
  376. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/ContentItem/IconItem").gameObject
  377. if tolua.getpeer(tmp) == nil then
  378. tolua.setpeer(tmp, {})
  379. end
  380. self.iconItem = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
  381. self.iconItem.prefabName = "IconItem"
  382. tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
  383. tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
  384. end
  385. ---@private
  386. function UITipsView:InitGenerate__8(Root, data)
  387. --[[
  388. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/TextName
  389. --]]
  390. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/TextName").gameObject
  391. if tolua.getpeer(tmp) == nil then
  392. tolua.setpeer(tmp, {})
  393. end
  394. self.textName = tmp
  395. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  396. end
  397. ---@private
  398. function UITipsView:InitGenerate__9(Root, data)
  399. --[[
  400. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1
  401. --]]
  402. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1").gameObject
  403. if tolua.getpeer(tmp) == nil then
  404. tolua.setpeer(tmp, {})
  405. end
  406. self.type1 = tmp
  407. end
  408. ---@private
  409. function UITipsView:InitGenerate__10(Root, data)
  410. --[[
  411. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/Text1
  412. --]]
  413. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/Text1").gameObject
  414. if tolua.getpeer(tmp) == nil then
  415. tolua.setpeer(tmp, {})
  416. end
  417. self.type1.text1 = tmp
  418. tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
  419. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  420. end
  421. ---@private
  422. function UITipsView:InitGenerate__11(Root, data)
  423. --[[
  424. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/Text2
  425. --]]
  426. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/Text2").gameObject
  427. if tolua.getpeer(tmp) == nil then
  428. tolua.setpeer(tmp, {})
  429. end
  430. self.type1.text2 = tmp
  431. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  432. end
  433. ---@private
  434. function UITipsView:InitGenerate__12(Root, data)
  435. --[[
  436. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2
  437. --]]
  438. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2").gameObject
  439. if tolua.getpeer(tmp) == nil then
  440. tolua.setpeer(tmp, {})
  441. end
  442. self.type2 = tmp
  443. end
  444. ---@private
  445. function UITipsView:InitGenerate__13(Root, data)
  446. --[[
  447. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text1
  448. --]]
  449. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text1").gameObject
  450. if tolua.getpeer(tmp) == nil then
  451. tolua.setpeer(tmp, {})
  452. end
  453. self.type2.text1 = tmp
  454. tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
  455. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  456. end
  457. ---@private
  458. function UITipsView:InitGenerate__14(Root, data)
  459. --[[
  460. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text2
  461. --]]
  462. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text2").gameObject
  463. if tolua.getpeer(tmp) == nil then
  464. tolua.setpeer(tmp, {})
  465. end
  466. self.type2.text2 = tmp
  467. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  468. end
  469. ---@private
  470. function UITipsView:InitGenerate__15(Root, data)
  471. --[[
  472. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3
  473. --]]
  474. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3").gameObject
  475. if tolua.getpeer(tmp) == nil then
  476. tolua.setpeer(tmp, {})
  477. end
  478. self.type3 = tmp
  479. end
  480. ---@private
  481. function UITipsView:InitGenerate__16(Root, data)
  482. --[[
  483. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3/Text1
  484. --]]
  485. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3/Text1").gameObject
  486. if tolua.getpeer(tmp) == nil then
  487. tolua.setpeer(tmp, {})
  488. end
  489. self.type3.text1 = tmp
  490. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  491. end
  492. ---@private
  493. function UITipsView:InitGenerate__17(Root, data)
  494. --[[
  495. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3/Text2
  496. --]]
  497. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3/Text2").gameObject
  498. if tolua.getpeer(tmp) == nil then
  499. tolua.setpeer(tmp, {})
  500. end
  501. self.type3.text2 = tmp
  502. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  503. end
  504. ---@private
  505. function UITipsView:InitGenerate__18(Root, data)
  506. --[[
  507. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4
  508. --]]
  509. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4").gameObject
  510. if tolua.getpeer(tmp) == nil then
  511. tolua.setpeer(tmp, {})
  512. end
  513. self.type4 = tmp
  514. end
  515. ---@private
  516. function UITipsView:InitGenerate__19(Root, data)
  517. --[[
  518. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/Text1
  519. --]]
  520. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/Text1").gameObject
  521. if tolua.getpeer(tmp) == nil then
  522. tolua.setpeer(tmp, {})
  523. end
  524. self.type4.text1 = tmp
  525. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  526. end
  527. ---@private
  528. function UITipsView:InitGenerate__20(Root, data)
  529. --[[
  530. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/JobBox
  531. --]]
  532. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/JobBox").gameObject
  533. if tolua.getpeer(tmp) == nil then
  534. tolua.setpeer(tmp, {})
  535. end
  536. self.type4.jobBox = tmp
  537. end
  538. ---@private
  539. function UITipsView:InitGenerate__21(Root, data)
  540. --[[
  541. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/JobBox/icon
  542. --]]
  543. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/JobBox/icon").gameObject
  544. if tolua.getpeer(tmp) == nil then
  545. tolua.setpeer(tmp, {})
  546. end
  547. self.type4.jobBox.icon = tmp
  548. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  549. end
  550. ---@private
  551. function UITipsView:InitGenerate__22(Root, data)
  552. --[[
  553. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type5
  554. --]]
  555. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type5").gameObject
  556. if tolua.getpeer(tmp) == nil then
  557. tolua.setpeer(tmp, {})
  558. end
  559. self.type5 = tmp
  560. end
  561. ---@private
  562. function UITipsView:InitGenerate__23(Root, data)
  563. --[[
  564. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type5/Text1
  565. --]]
  566. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type5/Text1").gameObject
  567. if tolua.getpeer(tmp) == nil then
  568. tolua.setpeer(tmp, {})
  569. end
  570. self.type5.text1 = tmp
  571. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  572. end
  573. ---@private
  574. function UITipsView:InitGenerate__24(Root, data)
  575. --[[
  576. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type5/Text2
  577. --]]
  578. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type5/Text2").gameObject
  579. if tolua.getpeer(tmp) == nil then
  580. tolua.setpeer(tmp, {})
  581. end
  582. self.type5.text2 = tmp
  583. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  584. end
  585. ---@private
  586. function UITipsView:InitGenerate__25(Root, data)
  587. --[[
  588. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type6
  589. --]]
  590. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type6").gameObject
  591. if tolua.getpeer(tmp) == nil then
  592. tolua.setpeer(tmp, {})
  593. end
  594. self.type6 = tmp
  595. end
  596. ---@private
  597. function UITipsView:InitGenerate__26(Root, data)
  598. --[[
  599. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type6/Text2
  600. --]]
  601. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type6/Text2").gameObject
  602. if tolua.getpeer(tmp) == nil then
  603. tolua.setpeer(tmp, {})
  604. end
  605. self.type6.text2 = tmp
  606. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  607. end
  608. ---@private
  609. function UITipsView:InitGenerate__27(Root, data)
  610. --[[
  611. UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type6/Text2/Image
  612. --]]
  613. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type6/Text2/Image").gameObject
  614. if tolua.getpeer(tmp) == nil then
  615. tolua.setpeer(tmp, {})
  616. end
  617. self.type6.image = tmp
  618. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  619. end
  620. ---@private
  621. function UITipsView:InitGenerate__28(Root, data)
  622. --[[
  623. UIAnimator/Window/Bg/TopItem/SkillTag
  624. --]]
  625. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/SkillTag").gameObject
  626. if tolua.getpeer(tmp) == nil then
  627. tolua.setpeer(tmp, {})
  628. end
  629. self.skillTag = tmp
  630. end
  631. ---@private
  632. function UITipsView:InitGenerate__29(Root, data)
  633. --[[
  634. UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem1
  635. --]]
  636. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem1").gameObject
  637. if tolua.getpeer(tmp) == nil then
  638. tolua.setpeer(tmp, {})
  639. end
  640. self.skillTagItem1 = CommonUtil.BindGridViewItem2LuaStatic("SkillTagItem", tmp)
  641. self.skillTagItem1.prefabName = "SkillTagItem"
  642. end
  643. ---@private
  644. function UITipsView:InitGenerate__30(Root, data)
  645. --[[
  646. UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem2
  647. --]]
  648. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem2").gameObject
  649. if tolua.getpeer(tmp) == nil then
  650. tolua.setpeer(tmp, {})
  651. end
  652. self.skillTagItem2 = CommonUtil.BindGridViewItem2LuaStatic("SkillTagItem", tmp)
  653. self.skillTagItem2.prefabName = "SkillTagItem"
  654. end
  655. ---@private
  656. function UITipsView:InitGenerate__31(Root, data)
  657. --[[
  658. UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem3
  659. --]]
  660. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem3").gameObject
  661. if tolua.getpeer(tmp) == nil then
  662. tolua.setpeer(tmp, {})
  663. end
  664. self.skillTagItem3 = CommonUtil.BindGridViewItem2LuaStatic("SkillTagItem", tmp)
  665. self.skillTagItem3.prefabName = "SkillTagItem"
  666. end
  667. ---@private
  668. function UITipsView:InitGenerate__32(Root, data)
  669. --[[
  670. UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem4
  671. --]]
  672. local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/SkillTag/SkillTagItem4").gameObject
  673. if tolua.getpeer(tmp) == nil then
  674. tolua.setpeer(tmp, {})
  675. end
  676. self.skillTagItem4 = CommonUtil.BindGridViewItem2LuaStatic("SkillTagItem", tmp)
  677. self.skillTagItem4.prefabName = "SkillTagItem"
  678. end
  679. ---@private
  680. function UITipsView:InitGenerate__33(Root, data)
  681. --[[
  682. UIAnimator/Window/Bg/AttrItem
  683. --]]
  684. local tmp = Root:Find("UIAnimator/Window/Bg/AttrItem").gameObject
  685. if tolua.getpeer(tmp) == nil then
  686. tolua.setpeer(tmp, {})
  687. end
  688. self.attrItem = CommonUtil.BindGridViewItem2LuaStatic("AttrItem", tmp)
  689. self.attrItem.prefabName = "AttrItem"
  690. end
  691. ---@private
  692. function UITipsView:InitGenerate__34(Root, data)
  693. --[[
  694. UIAnimator/Window/Bg/BaseAttr
  695. --]]
  696. local tmp = Root:Find("UIAnimator/Window/Bg/BaseAttr").gameObject
  697. if tolua.getpeer(tmp) == nil then
  698. tolua.setpeer(tmp, {})
  699. end
  700. self.baseAttr = tmp
  701. end
  702. ---@private
  703. function UITipsView:InitGenerate__35(Root, data)
  704. --[[
  705. UIAnimator/Window/Bg/BaseAttr/Grid
  706. --]]
  707. local tmp = Root:Find("UIAnimator/Window/Bg/BaseAttr/Grid").gameObject
  708. if tolua.getpeer(tmp) == nil then
  709. tolua.setpeer(tmp, {})
  710. end
  711. self.baseAttr.grid = tmp
  712. end
  713. ---@private
  714. function UITipsView:InitGenerate__36(Root, data)
  715. --[[
  716. UIAnimator/Window/Bg/CostMaterials
  717. --]]
  718. local tmp = Root:Find("UIAnimator/Window/Bg/CostMaterials").gameObject
  719. if tolua.getpeer(tmp) == nil then
  720. tolua.setpeer(tmp, {})
  721. end
  722. self.costMaterials = tmp
  723. end
  724. ---@private
  725. function UITipsView:InitGenerate__37(Root, data)
  726. --[[
  727. UIAnimator/Window/Bg/CostMaterials/Grid
  728. --]]
  729. local tmp = Root:Find("UIAnimator/Window/Bg/CostMaterials/Grid").gameObject
  730. if tolua.getpeer(tmp) == nil then
  731. tolua.setpeer(tmp, {})
  732. end
  733. self.costMaterials.grid = tmp
  734. end
  735. ---@private
  736. function UITipsView:InitGenerate__38(Root, data)
  737. --[[
  738. UIAnimator/Window/Bg/DscBox/DesTxt
  739. --]]
  740. local tmp = Root:Find("UIAnimator/Window/Bg/DscBox/DesTxt").gameObject
  741. if tolua.getpeer(tmp) == nil then
  742. tolua.setpeer(tmp, {})
  743. end
  744. self.desTxt = tmp
  745. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  746. end
  747. ---@private
  748. function UITipsView:InitGenerate__39(Root, data)
  749. --[[
  750. UIAnimator/Window/Bg/BottomBox
  751. --]]
  752. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox").gameObject
  753. if tolua.getpeer(tmp) == nil then
  754. tolua.setpeer(tmp, {})
  755. end
  756. self.bottomBox = tmp
  757. end
  758. ---@private
  759. function UITipsView:InitGenerate__40(Root, data)
  760. --[[
  761. UIAnimator/Window/Bg/BottomBox/BtnBox
  762. --]]
  763. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox").gameObject
  764. if tolua.getpeer(tmp) == nil then
  765. tolua.setpeer(tmp, {})
  766. end
  767. self.btnBox = tmp
  768. end
  769. ---@private
  770. function UITipsView:InitGenerate__41(Root, data)
  771. --[[
  772. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_EquipCompose
  773. --]]
  774. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_EquipCompose").gameObject
  775. if tolua.getpeer(tmp) == nil then
  776. tolua.setpeer(tmp, {})
  777. end
  778. self.btn_EquipCompose = tmp
  779. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  780. end
  781. ---@private
  782. function UITipsView:InitGenerate__42(Root, data)
  783. --[[
  784. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_InsertCard
  785. --]]
  786. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_InsertCard").gameObject
  787. if tolua.getpeer(tmp) == nil then
  788. tolua.setpeer(tmp, {})
  789. end
  790. self.btn_InsertCard = tmp
  791. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  792. end
  793. ---@private
  794. function UITipsView:InitGenerate__43(Root, data)
  795. --[[
  796. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_OK
  797. --]]
  798. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_OK").gameObject
  799. if tolua.getpeer(tmp) == nil then
  800. tolua.setpeer(tmp, {})
  801. end
  802. self.btn_OK = tmp
  803. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  804. end
  805. ---@private
  806. function UITipsView:InitGenerate__44(Root, data)
  807. --[[
  808. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Info
  809. --]]
  810. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Info").gameObject
  811. if tolua.getpeer(tmp) == nil then
  812. tolua.setpeer(tmp, {})
  813. end
  814. self.btn_Info = tmp
  815. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  816. end
  817. ---@private
  818. function UITipsView:InitGenerate__45(Root, data)
  819. --[[
  820. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Decompose
  821. --]]
  822. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Decompose").gameObject
  823. if tolua.getpeer(tmp) == nil then
  824. tolua.setpeer(tmp, {})
  825. end
  826. self.btn_Decompose = tmp
  827. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  828. end
  829. ---@private
  830. function UITipsView:InitGenerate__46(Root, data)
  831. --[[
  832. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Compose
  833. --]]
  834. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Compose").gameObject
  835. if tolua.getpeer(tmp) == nil then
  836. tolua.setpeer(tmp, {})
  837. end
  838. self.btn_Compose = tmp
  839. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  840. end
  841. ---@private
  842. function UITipsView:InitGenerate__47(Root, data)
  843. --[[
  844. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Open
  845. --]]
  846. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Open").gameObject
  847. if tolua.getpeer(tmp) == nil then
  848. tolua.setpeer(tmp, {})
  849. end
  850. self.btn_Open = tmp
  851. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  852. end
  853. ---@private
  854. function UITipsView:InitGenerate__48(Root, data)
  855. --[[
  856. UIAnimator/Window/Bg/BottomBox/BtnBox/Box
  857. --]]
  858. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box").gameObject
  859. if tolua.getpeer(tmp) == nil then
  860. tolua.setpeer(tmp, {})
  861. end
  862. self.box = tmp
  863. end
  864. ---@private
  865. function UITipsView:InitGenerate__49(Root, data)
  866. --[[
  867. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox
  868. --]]
  869. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox").gameObject
  870. if tolua.getpeer(tmp) == nil then
  871. tolua.setpeer(tmp, {})
  872. end
  873. self.box.numBox = tmp
  874. end
  875. ---@private
  876. function UITipsView:InitGenerate__50(Root, data)
  877. --[[
  878. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/num
  879. --]]
  880. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/num").gameObject
  881. if tolua.getpeer(tmp) == nil then
  882. tolua.setpeer(tmp, {})
  883. end
  884. self.box.numBox.num = tmp
  885. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  886. end
  887. ---@private
  888. function UITipsView:InitGenerate__51(Root, data)
  889. --[[
  890. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/Slider
  891. --]]
  892. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/Slider").gameObject
  893. if tolua.getpeer(tmp) == nil then
  894. tolua.setpeer(tmp, {})
  895. end
  896. self.slider = tmp
  897. tmp.slider = tmp:GetComponent(Enum.TypeInfo.Slider)
  898. end
  899. ---@private
  900. function UITipsView:InitGenerate__52(Root, data)
  901. --[[
  902. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/Slider/Handle Slide Area
  903. --]]
  904. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/Slider/Handle Slide Area").gameObject
  905. if tolua.getpeer(tmp) == nil then
  906. tolua.setpeer(tmp, {})
  907. end
  908. self.boxSliderHande = tmp
  909. end
  910. ---@private
  911. function UITipsView:InitGenerate__53(Root, data)
  912. --[[
  913. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/BtnMinus
  914. --]]
  915. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/BtnMinus").gameObject
  916. if tolua.getpeer(tmp) == nil then
  917. tolua.setpeer(tmp, {})
  918. end
  919. self.btnMinus = tmp
  920. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  921. end
  922. ---@private
  923. function UITipsView:InitGenerate__54(Root, data)
  924. --[[
  925. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/BtnPlus
  926. --]]
  927. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/NumBox/BtnPlus").gameObject
  928. if tolua.getpeer(tmp) == nil then
  929. tolua.setpeer(tmp, {})
  930. end
  931. self.btnPlus = tmp
  932. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  933. end
  934. ---@private
  935. function UITipsView:InitGenerate__55(Root, data)
  936. --[[
  937. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/ItemNumber
  938. --]]
  939. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/ItemNumber").gameObject
  940. if tolua.getpeer(tmp) == nil then
  941. tolua.setpeer(tmp, {})
  942. end
  943. self.box.itemNumber = tmp
  944. end
  945. ---@private
  946. function UITipsView:InitGenerate__56(Root, data)
  947. --[[
  948. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/ItemNumber/Icon
  949. --]]
  950. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/ItemNumber/Icon").gameObject
  951. if tolua.getpeer(tmp) == nil then
  952. tolua.setpeer(tmp, {})
  953. end
  954. self.box.itemNumber.icon = tmp
  955. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  956. end
  957. ---@private
  958. function UITipsView:InitGenerate__57(Root, data)
  959. --[[
  960. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/ItemNumber/Number
  961. --]]
  962. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/ItemNumber/Number").gameObject
  963. if tolua.getpeer(tmp) == nil then
  964. tolua.setpeer(tmp, {})
  965. end
  966. self.box.itemNumber.number = tmp
  967. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  968. end
  969. ---@private
  970. function UITipsView:InitGenerate__58(Root, data)
  971. --[[
  972. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/CD
  973. --]]
  974. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/CD").gameObject
  975. if tolua.getpeer(tmp) == nil then
  976. tolua.setpeer(tmp, {})
  977. end
  978. self.box.cD = tmp
  979. end
  980. ---@private
  981. function UITipsView:InitGenerate__59(Root, data)
  982. --[[
  983. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/CD/Number
  984. --]]
  985. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/CD/Number").gameObject
  986. if tolua.getpeer(tmp) == nil then
  987. tolua.setpeer(tmp, {})
  988. end
  989. self.box.cD.number = tmp
  990. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  991. end
  992. ---@private
  993. function UITipsView:InitGenerate__60(Root, data)
  994. --[[
  995. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open
  996. --]]
  997. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open").gameObject
  998. if tolua.getpeer(tmp) == nil then
  999. tolua.setpeer(tmp, {})
  1000. end
  1001. self.box.btn_Open = tmp
  1002. self.box.btn_Open:SetActive(false)
  1003. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1004. end
  1005. ---@private
  1006. function UITipsView:InitGenerate__61(Root, data)
  1007. --[[
  1008. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open/Text
  1009. --]]
  1010. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open/Text").gameObject
  1011. if tolua.getpeer(tmp) == nil then
  1012. tolua.setpeer(tmp, {})
  1013. end
  1014. self.box.btn_Open.text = tmp
  1015. end
  1016. ---@private
  1017. function UITipsView:InitGenerate__62(Root, data)
  1018. --[[
  1019. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1
  1020. --]]
  1021. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1").gameObject
  1022. if tolua.getpeer(tmp) == nil then
  1023. tolua.setpeer(tmp, {})
  1024. end
  1025. self.box.btn_Open1 = tmp
  1026. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1027. end
  1028. ---@private
  1029. function UITipsView:InitGenerate__63(Root, data)
  1030. --[[
  1031. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1/Content/icon
  1032. --]]
  1033. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1/Content/icon").gameObject
  1034. if tolua.getpeer(tmp) == nil then
  1035. tolua.setpeer(tmp, {})
  1036. end
  1037. self.box.btn_Open1.icon = tmp
  1038. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  1039. end
  1040. ---@private
  1041. function UITipsView:InitGenerate__64(Root, data)
  1042. --[[
  1043. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1/Content/Text
  1044. --]]
  1045. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1/Content/Text").gameObject
  1046. if tolua.getpeer(tmp) == nil then
  1047. tolua.setpeer(tmp, {})
  1048. end
  1049. self.box.btn_Open1.text = tmp
  1050. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  1051. end
  1052. ---@private
  1053. function UITipsView:InitGenerate__65(Root, data)
  1054. --[[
  1055. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1/Content/num
  1056. --]]
  1057. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Open1/Content/num").gameObject
  1058. if tolua.getpeer(tmp) == nil then
  1059. tolua.setpeer(tmp, {})
  1060. end
  1061. self.box.btn_Open1.num = tmp
  1062. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  1063. end
  1064. ---@private
  1065. function UITipsView:InitGenerate__66(Root, data)
  1066. --[[
  1067. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Compose
  1068. --]]
  1069. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Compose").gameObject
  1070. if tolua.getpeer(tmp) == nil then
  1071. tolua.setpeer(tmp, {})
  1072. end
  1073. self.box.btn_Compose = tmp
  1074. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1075. end
  1076. ---@private
  1077. function UITipsView:InitGenerate__67(Root, data)
  1078. --[[
  1079. UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Compose/Text
  1080. --]]
  1081. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Box/Btn_Compose/Text").gameObject
  1082. if tolua.getpeer(tmp) == nil then
  1083. tolua.setpeer(tmp, {})
  1084. end
  1085. self.box.btn_Compose.text = tmp
  1086. end
  1087. ---@private
  1088. function UITipsView:InitGenerate__68(Root, data)
  1089. --[[
  1090. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_EquipCompose_lock
  1091. --]]
  1092. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_EquipCompose_lock").gameObject
  1093. if tolua.getpeer(tmp) == nil then
  1094. tolua.setpeer(tmp, {})
  1095. end
  1096. self.btn_EquipCompose_lock = tmp
  1097. end
  1098. ---@private
  1099. function UITipsView:InitGenerate__69(Root, data)
  1100. --[[
  1101. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Use
  1102. --]]
  1103. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Use").gameObject
  1104. if tolua.getpeer(tmp) == nil then
  1105. tolua.setpeer(tmp, {})
  1106. end
  1107. self.btn_Use = tmp
  1108. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1109. end
  1110. ---@private
  1111. function UITipsView:InitGenerate__70(Root, data)
  1112. --[[
  1113. UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Goto
  1114. --]]
  1115. local tmp = Root:Find("UIAnimator/Window/Bg/BottomBox/BtnBox/Btn_Goto").gameObject
  1116. if tolua.getpeer(tmp) == nil then
  1117. tolua.setpeer(tmp, {})
  1118. end
  1119. self.btn_Goto = tmp
  1120. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  1121. end
  1122. ---@private
  1123. function UITipsView:GenerateDestroy()
  1124. if tolua.getpeer(self.box.btn_Compose.text) ~= nil then
  1125. tolua.setpeer(self.box.btn_Compose.text, nil)
  1126. end
  1127. if tolua.getpeer(self.box.btn_Compose) ~= nil then
  1128. tolua.setpeer(self.box.btn_Compose, nil)
  1129. end
  1130. if tolua.getpeer(self.box.btn_Open1.num) ~= nil then
  1131. tolua.setpeer(self.box.btn_Open1.num, nil)
  1132. end
  1133. if tolua.getpeer(self.box.btn_Open1.text) ~= nil then
  1134. tolua.setpeer(self.box.btn_Open1.text, nil)
  1135. end
  1136. if tolua.getpeer(self.box.btn_Open1.icon) ~= nil then
  1137. tolua.setpeer(self.box.btn_Open1.icon, nil)
  1138. end
  1139. if tolua.getpeer(self.box.btn_Open1) ~= nil then
  1140. tolua.setpeer(self.box.btn_Open1, nil)
  1141. end
  1142. if tolua.getpeer(self.box.btn_Open.text) ~= nil then
  1143. tolua.setpeer(self.box.btn_Open.text, nil)
  1144. end
  1145. if tolua.getpeer(self.box.btn_Open) ~= nil then
  1146. tolua.setpeer(self.box.btn_Open, nil)
  1147. end
  1148. if tolua.getpeer(self.box.cD.number) ~= nil then
  1149. tolua.setpeer(self.box.cD.number, nil)
  1150. end
  1151. if tolua.getpeer(self.box.cD) ~= nil then
  1152. tolua.setpeer(self.box.cD, nil)
  1153. end
  1154. if tolua.getpeer(self.box.itemNumber.number) ~= nil then
  1155. tolua.setpeer(self.box.itemNumber.number, nil)
  1156. end
  1157. if tolua.getpeer(self.box.itemNumber.icon) ~= nil then
  1158. tolua.setpeer(self.box.itemNumber.icon, nil)
  1159. end
  1160. if tolua.getpeer(self.box.itemNumber) ~= nil then
  1161. tolua.setpeer(self.box.itemNumber, nil)
  1162. end
  1163. if tolua.getpeer(self.box.numBox.num) ~= nil then
  1164. tolua.setpeer(self.box.numBox.num, nil)
  1165. end
  1166. if tolua.getpeer(self.box.numBox) ~= nil then
  1167. tolua.setpeer(self.box.numBox, nil)
  1168. end
  1169. if tolua.getpeer(self.costMaterials.grid) ~= nil then
  1170. tolua.setpeer(self.costMaterials.grid, nil)
  1171. end
  1172. if tolua.getpeer(self.baseAttr.grid) ~= nil then
  1173. tolua.setpeer(self.baseAttr.grid, nil)
  1174. end
  1175. if tolua.getpeer(self.type6.image) ~= nil then
  1176. tolua.setpeer(self.type6.image, nil)
  1177. end
  1178. if tolua.getpeer(self.type6.text2) ~= nil then
  1179. tolua.setpeer(self.type6.text2, nil)
  1180. end
  1181. if tolua.getpeer(self.type5.text2) ~= nil then
  1182. tolua.setpeer(self.type5.text2, nil)
  1183. end
  1184. if tolua.getpeer(self.type5.text1) ~= nil then
  1185. tolua.setpeer(self.type5.text1, nil)
  1186. end
  1187. if tolua.getpeer(self.type4.jobBox.icon) ~= nil then
  1188. tolua.setpeer(self.type4.jobBox.icon, nil)
  1189. end
  1190. if tolua.getpeer(self.type4.jobBox) ~= nil then
  1191. tolua.setpeer(self.type4.jobBox, nil)
  1192. end
  1193. if tolua.getpeer(self.type4.text1) ~= nil then
  1194. tolua.setpeer(self.type4.text1, nil)
  1195. end
  1196. if tolua.getpeer(self.type3.text2) ~= nil then
  1197. tolua.setpeer(self.type3.text2, nil)
  1198. end
  1199. if tolua.getpeer(self.type3.text1) ~= nil then
  1200. tolua.setpeer(self.type3.text1, nil)
  1201. end
  1202. if tolua.getpeer(self.type2.text2) ~= nil then
  1203. tolua.setpeer(self.type2.text2, nil)
  1204. end
  1205. if tolua.getpeer(self.type2.text1) ~= nil then
  1206. tolua.setpeer(self.type2.text1, nil)
  1207. end
  1208. if tolua.getpeer(self.type1.text2) ~= nil then
  1209. tolua.setpeer(self.type1.text2, nil)
  1210. end
  1211. if tolua.getpeer(self.type1.text1) ~= nil then
  1212. tolua.setpeer(self.type1.text1, nil)
  1213. end
  1214. if tolua.getpeer(self.uIAnimator) ~= nil then
  1215. tolua.setpeer(self.uIAnimator, nil)
  1216. end
  1217. self.uIAnimator = nil
  1218. if tolua.getpeer(self.AnyBtn) ~= nil then
  1219. tolua.setpeer(self.AnyBtn, nil)
  1220. end
  1221. self.AnyBtn = nil
  1222. if tolua.getpeer(self.window) ~= nil then
  1223. tolua.setpeer(self.window, nil)
  1224. end
  1225. self.window = nil
  1226. if tolua.getpeer(self.mainInfo) ~= nil then
  1227. tolua.setpeer(self.mainInfo, nil)
  1228. end
  1229. self.mainInfo = nil
  1230. if tolua.getpeer(self.contentItem) ~= nil then
  1231. tolua.setpeer(self.contentItem, nil)
  1232. end
  1233. self.contentItem = nil
  1234. if self.iconItem.GenerateDestroy ~= nil then
  1235. self.iconItem:GenerateDestroy()
  1236. end
  1237. if tolua.getpeer(self.iconItem) ~= nil then
  1238. tolua.setpeer(self.iconItem, nil)
  1239. end
  1240. self.iconItem = nil
  1241. if tolua.getpeer(self.textName) ~= nil then
  1242. tolua.setpeer(self.textName, nil)
  1243. end
  1244. self.textName = nil
  1245. if tolua.getpeer(self.type1) ~= nil then
  1246. tolua.setpeer(self.type1, nil)
  1247. end
  1248. self.type1 = nil
  1249. if tolua.getpeer(self.type2) ~= nil then
  1250. tolua.setpeer(self.type2, nil)
  1251. end
  1252. self.type2 = nil
  1253. if tolua.getpeer(self.type3) ~= nil then
  1254. tolua.setpeer(self.type3, nil)
  1255. end
  1256. self.type3 = nil
  1257. if tolua.getpeer(self.type4) ~= nil then
  1258. tolua.setpeer(self.type4, nil)
  1259. end
  1260. self.type4 = nil
  1261. if tolua.getpeer(self.type5) ~= nil then
  1262. tolua.setpeer(self.type5, nil)
  1263. end
  1264. self.type5 = nil
  1265. if tolua.getpeer(self.type6) ~= nil then
  1266. tolua.setpeer(self.type6, nil)
  1267. end
  1268. self.type6 = nil
  1269. if tolua.getpeer(self.skillTag) ~= nil then
  1270. tolua.setpeer(self.skillTag, nil)
  1271. end
  1272. self.skillTag = nil
  1273. if self.skillTagItem1.GenerateDestroy ~= nil then
  1274. self.skillTagItem1:GenerateDestroy()
  1275. end
  1276. if tolua.getpeer(self.skillTagItem1) ~= nil then
  1277. tolua.setpeer(self.skillTagItem1, nil)
  1278. end
  1279. self.skillTagItem1 = nil
  1280. if self.skillTagItem2.GenerateDestroy ~= nil then
  1281. self.skillTagItem2:GenerateDestroy()
  1282. end
  1283. if tolua.getpeer(self.skillTagItem2) ~= nil then
  1284. tolua.setpeer(self.skillTagItem2, nil)
  1285. end
  1286. self.skillTagItem2 = nil
  1287. if self.skillTagItem3.GenerateDestroy ~= nil then
  1288. self.skillTagItem3:GenerateDestroy()
  1289. end
  1290. if tolua.getpeer(self.skillTagItem3) ~= nil then
  1291. tolua.setpeer(self.skillTagItem3, nil)
  1292. end
  1293. self.skillTagItem3 = nil
  1294. if self.skillTagItem4.GenerateDestroy ~= nil then
  1295. self.skillTagItem4:GenerateDestroy()
  1296. end
  1297. if tolua.getpeer(self.skillTagItem4) ~= nil then
  1298. tolua.setpeer(self.skillTagItem4, nil)
  1299. end
  1300. self.skillTagItem4 = nil
  1301. if self.attrItem.GenerateDestroy ~= nil then
  1302. self.attrItem:GenerateDestroy()
  1303. end
  1304. if tolua.getpeer(self.attrItem) ~= nil then
  1305. tolua.setpeer(self.attrItem, nil)
  1306. end
  1307. self.attrItem = nil
  1308. if tolua.getpeer(self.baseAttr) ~= nil then
  1309. tolua.setpeer(self.baseAttr, nil)
  1310. end
  1311. self.baseAttr = nil
  1312. if tolua.getpeer(self.costMaterials) ~= nil then
  1313. tolua.setpeer(self.costMaterials, nil)
  1314. end
  1315. self.costMaterials = nil
  1316. if tolua.getpeer(self.desTxt) ~= nil then
  1317. tolua.setpeer(self.desTxt, nil)
  1318. end
  1319. self.desTxt = nil
  1320. if tolua.getpeer(self.bottomBox) ~= nil then
  1321. tolua.setpeer(self.bottomBox, nil)
  1322. end
  1323. self.bottomBox = nil
  1324. if tolua.getpeer(self.btnBox) ~= nil then
  1325. tolua.setpeer(self.btnBox, nil)
  1326. end
  1327. self.btnBox = nil
  1328. if tolua.getpeer(self.btn_EquipCompose) ~= nil then
  1329. tolua.setpeer(self.btn_EquipCompose, nil)
  1330. end
  1331. self.btn_EquipCompose = nil
  1332. if tolua.getpeer(self.btn_InsertCard) ~= nil then
  1333. tolua.setpeer(self.btn_InsertCard, nil)
  1334. end
  1335. self.btn_InsertCard = nil
  1336. if tolua.getpeer(self.btn_OK) ~= nil then
  1337. tolua.setpeer(self.btn_OK, nil)
  1338. end
  1339. self.btn_OK = nil
  1340. if tolua.getpeer(self.btn_Info) ~= nil then
  1341. tolua.setpeer(self.btn_Info, nil)
  1342. end
  1343. self.btn_Info = nil
  1344. if tolua.getpeer(self.btn_Decompose) ~= nil then
  1345. tolua.setpeer(self.btn_Decompose, nil)
  1346. end
  1347. self.btn_Decompose = nil
  1348. if tolua.getpeer(self.btn_Compose) ~= nil then
  1349. tolua.setpeer(self.btn_Compose, nil)
  1350. end
  1351. self.btn_Compose = nil
  1352. if tolua.getpeer(self.btn_Open) ~= nil then
  1353. tolua.setpeer(self.btn_Open, nil)
  1354. end
  1355. self.btn_Open = nil
  1356. if tolua.getpeer(self.box) ~= nil then
  1357. tolua.setpeer(self.box, nil)
  1358. end
  1359. self.box = nil
  1360. if tolua.getpeer(self.slider) ~= nil then
  1361. tolua.setpeer(self.slider, nil)
  1362. end
  1363. self.slider = nil
  1364. if tolua.getpeer(self.boxSliderHande) ~= nil then
  1365. tolua.setpeer(self.boxSliderHande, nil)
  1366. end
  1367. self.boxSliderHande = nil
  1368. if tolua.getpeer(self.btnMinus) ~= nil then
  1369. tolua.setpeer(self.btnMinus, nil)
  1370. end
  1371. self.btnMinus = nil
  1372. if tolua.getpeer(self.btnPlus) ~= nil then
  1373. tolua.setpeer(self.btnPlus, nil)
  1374. end
  1375. self.btnPlus = nil
  1376. if tolua.getpeer(self.btn_EquipCompose_lock) ~= nil then
  1377. tolua.setpeer(self.btn_EquipCompose_lock, nil)
  1378. end
  1379. self.btn_EquipCompose_lock = nil
  1380. if tolua.getpeer(self.btn_Use) ~= nil then
  1381. tolua.setpeer(self.btn_Use, nil)
  1382. end
  1383. self.btn_Use = nil
  1384. if tolua.getpeer(self.btn_Goto) ~= nil then
  1385. tolua.setpeer(self.btn_Goto, nil)
  1386. end
  1387. self.btn_Goto = nil
  1388. self.transform = nil
  1389. self.gameObject = nil
  1390. self.inited = false
  1391. end
  1392. return UITipsView