UIHundredDojoView_Generate.lua 50 KB

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