ro-webgl/Assets/Lua/UI/UICollect/UICollectTipsView_Generate.lua
2021-12-21 09:40:39 +08:00

2354 lines
72 KiB
Lua

---@class UICollectTips__Generate_btnArrowL
---@field public gameObject UnityEngine.GameObject
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_btnArrowR
---@field public gameObject UnityEngine.GameObject
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_bottom_headItem
---@field public gameObject UnityEngine.GameObject
---@field public layoutElement UnityEngine.UI.LayoutElement
---@class UICollectTips__Generate_firstText
---@field public gameObject UnityEngine.GameObject
---@field public uILocalizeScript UILocalizeScript
---@class UICollectTips__Generate_bottom_time
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_bottom_nickname
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_bottom
---@field public gameObject UnityEngine.GameObject
---@field public info UnityEngine.GameObject
---@field public nickname UICollectTips__Generate_bottom_nickname
---@field public time UICollectTips__Generate_bottom_time
---@field public longTime UnityEngine.GameObject
---@field public label UnityEngine.GameObject
---@field public head UnityEngine.GameObject
---@field public headItem UICollectTips__Generate_bottom_headItem
---@class UICollectTips__Generate_desTxt
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_petLv
---@field public gameObject UnityEngine.GameObject
---@field public text TMPro.TextMeshProUGUI
---@class UICollectTips__Generate_iconLv
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_num
---@field public gameObject UnityEngine.GameObject
---@field public text TMPro.TextMeshProUGUI
---@class UICollectTips__Generate_rewards_box
---@field public gameObject UnityEngine.GameObject
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_rewards
---@field public gameObject UnityEngine.GameObject
---@field public barItem UnityEngine.GameObject
---@field public box UICollectTips__Generate_rewards_box
---@field public bar UnityEngine.GameObject
---@class UICollectTips__Generate_btnActivity
---@field public gameObject UnityEngine.GameObject
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_btnUse
---@field public gameObject UnityEngine.GameObject
---@field public toggle UnityEngine.UI.Toggle
---@class UICollectTips__Generate_exchangeCard_text
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_exchangeCard
---@field public gameObject UnityEngine.GameObject
---@field public text UICollectTips__Generate_exchangeCard_text
---@class UICollectTips__Generate_item3_numcost
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_item3_iconSmallItem
---@field public gameObject UnityEngine.GameObject
---@field public rectTransform UnityEngine.RectTransform
---@field public layoutElement UnityEngine.UI.LayoutElement
---@class UICollectTips__Generate_item3
---@field public gameObject UnityEngine.GameObject
---@field public iconSmallItem UICollectTips__Generate_item3_iconSmallItem
---@field public numcost UICollectTips__Generate_item3_numcost
---@class UICollectTips__Generate_item2_numcost
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_item2_iconSmallItem
---@field public gameObject UnityEngine.GameObject
---@field public rectTransform UnityEngine.RectTransform
---@field public layoutElement UnityEngine.UI.LayoutElement
---@class UICollectTips__Generate_item2
---@field public gameObject UnityEngine.GameObject
---@field public iconSmallItem UICollectTips__Generate_item2_iconSmallItem
---@field public numcost UICollectTips__Generate_item2_numcost
---@class UICollectTips__Generate_item1_numcost
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_item1_iconSmallItem
---@field public gameObject UnityEngine.GameObject
---@field public rectTransform UnityEngine.RectTransform
---@field public layoutElement UnityEngine.UI.LayoutElement
---@class UICollectTips__Generate_item1
---@field public gameObject UnityEngine.GameObject
---@field public iconSmallItem UICollectTips__Generate_item1_iconSmallItem
---@field public numcost UICollectTips__Generate_item1_numcost
---@class UICollectTips__Generate_collectionAttr_nextBox_text
---@field public gameObject UnityEngine.GameObject
---@field public uILocalizeScript UILocalizeScript
---@class UICollectTips__Generate_collectionAttr_nextBox
---@field public gameObject UnityEngine.GameObject
---@field public text UICollectTips__Generate_collectionAttr_nextBox_text
---@field public grid UnityEngine.GameObject
---@class UICollectTips__Generate_collectionAttr_currentBox_text
---@field public gameObject UnityEngine.GameObject
---@field public uILocalizeScript UILocalizeScript
---@class UICollectTips__Generate_collectionAttr_currentBox
---@field public gameObject UnityEngine.GameObject
---@field public text UICollectTips__Generate_collectionAttr_currentBox_text
---@field public bg UnityEngine.GameObject
---@field public grid UnityEngine.GameObject
---@class UICollectTips__Generate_collectionAttr
---@field public gameObject UnityEngine.GameObject
---@field public currentBox UICollectTips__Generate_collectionAttr_currentBox
---@field public nextBox UICollectTips__Generate_collectionAttr_nextBox
---@class UICollectTips__Generate_baseAttr_text
---@field public gameObject UnityEngine.GameObject
---@field public uILocalizeScript UILocalizeScript
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_baseAttr
---@field public gameObject UnityEngine.GameObject
---@field public text UICollectTips__Generate_baseAttr_text
---@field public grid UnityEngine.GameObject
---@class UICollectTips__Generate_dscSkill_desTxt
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_dscSkill_lv
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_dscSkill_skillName
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_dscSkill
---@field public gameObject UnityEngine.GameObject
---@field public skillName UICollectTips__Generate_dscSkill_skillName
---@field public lv UICollectTips__Generate_dscSkill_lv
---@field public desTxt UICollectTips__Generate_dscSkill_desTxt
---@class UICollectTips__Generate_skillView
---@field public gameObject UnityEngine.GameObject
---@field public skillItem1 UnityEngine.GameObject
---@field public skillItem2 UnityEngine.GameObject
---@field public skillItem3 UnityEngine.GameObject
---@class UICollectTips__Generate_type53_text2
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type53_icon
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_type53_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type53
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type53_text1
---@field public icon UICollectTips__Generate_type53_icon
---@field public text2 UICollectTips__Generate_type53_text2
---@class UICollectTips__Generate_type52_text2
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type52_icon
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_type52_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type52
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type52_text1
---@field public icon UICollectTips__Generate_type52_icon
---@field public text2 UICollectTips__Generate_type52_text2
---@class UICollectTips__Generate_type51_text2
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type51_icon
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_type51_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type51
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type51_text1
---@field public icon UICollectTips__Generate_type51_icon
---@field public text2 UICollectTips__Generate_type51_text2
---@class UICollectTips__Generate_type4_icon
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_type4_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type4
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type4_text1
---@field public icon UICollectTips__Generate_type4_icon
---@field public jobBox UnityEngine.GameObject
---@class UICollectTips__Generate_type3_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type3
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type3_text1
---@class UICollectTips__Generate_type2_text2
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type2_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type2
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type2_text1
---@field public text2 UICollectTips__Generate_type2_text2
---@class UICollectTips__Generate_type1_icon
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_type1_text1
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_type1
---@field public gameObject UnityEngine.GameObject
---@field public text1 UICollectTips__Generate_type1_text1
---@field public jobBox UnityEngine.GameObject
---@field public icon UICollectTips__Generate_type1_icon
---@class UICollectTips__Generate_textName
---@field public gameObject UnityEngine.GameObject
---@field public text UnityEngine.UI.Text
---@class UICollectTips__Generate_levelCollection
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_labelCollection
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_frameCollection
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_iconCollection
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_bgCollection
---@field public gameObject UnityEngine.GameObject
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_petIcon_npc1
---@field public gameObject UnityEngine.GameObject
---@field public rectTransform UnityEngine.RectTransform
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_petIcon
---@field public gameObject UnityEngine.GameObject
---@field public npc1 UICollectTips__Generate_petIcon_npc1
---@class UICollectTips__Generate_cardLabel
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_frame
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_iconCard
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@class UICollectTips__Generate_bg
---@field public gameObject UnityEngine.GameObject
---@field public image UnityEngine.UI.Image
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_AnyBtn
---@field public gameObject UnityEngine.GameObject
---@field public button UnityEngine.UI.Button
---@class UICollectTips__Generate_uIAnimator
---@field public gameObject UnityEngine.GameObject
---@field public animator UnityEngine.Animator
---@class UICollectTips__Generate
---@field private gameObject UnityEngine.GameObject
---@field private transform UnityEngine.Transform
---@field private uIAnimator UICollectTips__Generate_uIAnimator
---@field private AnyBtn UICollectTips__Generate_AnyBtn
---@field private window UnityEngine.GameObject
---@field private mainInfo UnityEngine.GameObject
---@field private cardIconBigItem UnityEngine.GameObject
---@field private bg UICollectTips__Generate_bg
---@field private iconCard UICollectTips__Generate_iconCard
---@field private frame UICollectTips__Generate_frame
---@field private cardLabel UICollectTips__Generate_cardLabel
---@field private petIcon UICollectTips__Generate_petIcon
---@field private collectionIconItem UnityEngine.GameObject
---@field private bgCollection UICollectTips__Generate_bgCollection
---@field private iconCollection UICollectTips__Generate_iconCollection
---@field private frameCollection UICollectTips__Generate_frameCollection
---@field private labelCollection UICollectTips__Generate_labelCollection
---@field private levelCollection UICollectTips__Generate_levelCollection
---@field private mask UnityEngine.GameObject
---@field private textName UICollectTips__Generate_textName
---@field private type1 UICollectTips__Generate_type1
---@field private type2 UICollectTips__Generate_type2
---@field private type3 UICollectTips__Generate_type3
---@field private type4 UICollectTips__Generate_type4
---@field private type51 UICollectTips__Generate_type51
---@field private type52 UICollectTips__Generate_type52
---@field private type53 UICollectTips__Generate_type53
---@field private skillBox UnityEngine.GameObject
---@field private skillView UICollectTips__Generate_skillView
---@field private dscSkill UICollectTips__Generate_dscSkill
---@field private arrow1 UnityEngine.GameObject
---@field private arrow2 UnityEngine.GameObject
---@field private arrow3 UnityEngine.GameObject
---@field private baseAttr UICollectTips__Generate_baseAttr
---@field private collectionAttr UICollectTips__Generate_collectionAttr
---@field private collectionAttrItem UnityEngine.GameObject
---@field private collectionArrow UnityEngine.GameObject
---@field private collectionUpdate UnityEngine.GameObject
---@field private item1 UICollectTips__Generate_item1
---@field private item2 UICollectTips__Generate_item2
---@field private item3 UICollectTips__Generate_item3
---@field private exchangeCard UICollectTips__Generate_exchangeCard
---@field private btnUse UICollectTips__Generate_btnUse
---@field private checkAnim UnityEngine.GameObject
---@field private btnActivity UICollectTips__Generate_btnActivity
---@field private rewards UICollectTips__Generate_rewards
---@field private bar UnityEngine.GameObject
---@field private num UICollectTips__Generate_num
---@field private iconLv UICollectTips__Generate_iconLv
---@field private petLv UICollectTips__Generate_petLv
---@field private attrItem UnityEngine.GameObject
---@field private dscContent UnityEngine.GameObject
---@field private desTxt UICollectTips__Generate_desTxt
---@field private bottom UICollectTips__Generate_bottom
---@field private timeBox UnityEngine.GameObject
---@field private firstText UICollectTips__Generate_firstText
---@field private btnArrowR UICollectTips__Generate_btnArrowR
---@field private btnArrowL UICollectTips__Generate_btnArrowL
local UICollectTipsView = class("UICollectTipsView", require("UIViewBase"))
function UICollectTipsView:ctor()
end
---@private
function UICollectTipsView:SetActive(result)
self.gameObject:SetActive(result)
end
---@private
function UICollectTipsView:InitGenerate(Root, data)
self.transform = Root
self.inited = true
if self.super.Init then
self.super.Init(self)
end
local tmp
self:InitGenerate__1(Root,data)
self:InitGenerate__2(Root,data)
self:InitGenerate__3(Root,data)
self:InitGenerate__4(Root,data)
self:InitGenerate__5(Root,data)
self:InitGenerate__6(Root,data)
self:InitGenerate__7(Root,data)
self:InitGenerate__8(Root,data)
self:InitGenerate__9(Root,data)
self:InitGenerate__10(Root,data)
self:InitGenerate__11(Root,data)
self:InitGenerate__12(Root,data)
self:InitGenerate__13(Root,data)
self:InitGenerate__14(Root,data)
self:InitGenerate__15(Root,data)
self:InitGenerate__16(Root,data)
self:InitGenerate__17(Root,data)
self:InitGenerate__18(Root,data)
self:InitGenerate__19(Root,data)
self:InitGenerate__20(Root,data)
self:InitGenerate__21(Root,data)
self:InitGenerate__22(Root,data)
self:InitGenerate__23(Root,data)
self:InitGenerate__24(Root,data)
self:InitGenerate__25(Root,data)
self:InitGenerate__26(Root,data)
self:InitGenerate__27(Root,data)
self:InitGenerate__28(Root,data)
self:InitGenerate__29(Root,data)
self:InitGenerate__30(Root,data)
self:InitGenerate__31(Root,data)
self:InitGenerate__32(Root,data)
self:InitGenerate__33(Root,data)
self:InitGenerate__34(Root,data)
self:InitGenerate__35(Root,data)
self:InitGenerate__36(Root,data)
self:InitGenerate__37(Root,data)
self:InitGenerate__38(Root,data)
self:InitGenerate__39(Root,data)
self:InitGenerate__40(Root,data)
self:InitGenerate__41(Root,data)
self:InitGenerate__42(Root,data)
self:InitGenerate__43(Root,data)
self:InitGenerate__44(Root,data)
self:InitGenerate__45(Root,data)
self:InitGenerate__46(Root,data)
self:InitGenerate__47(Root,data)
self:InitGenerate__48(Root,data)
self:InitGenerate__49(Root,data)
self:InitGenerate__50(Root,data)
self:InitGenerate__51(Root,data)
self:InitGenerate__52(Root,data)
self:InitGenerate__53(Root,data)
self:InitGenerate__54(Root,data)
self:InitGenerate__55(Root,data)
self:InitGenerate__56(Root,data)
self:InitGenerate__57(Root,data)
self:InitGenerate__58(Root,data)
self:InitGenerate__59(Root,data)
self:InitGenerate__60(Root,data)
self:InitGenerate__61(Root,data)
self:InitGenerate__62(Root,data)
self:InitGenerate__63(Root,data)
self:InitGenerate__64(Root,data)
self:InitGenerate__65(Root,data)
self:InitGenerate__66(Root,data)
self:InitGenerate__67(Root,data)
self:InitGenerate__68(Root,data)
self:InitGenerate__69(Root,data)
self:InitGenerate__70(Root,data)
self:InitGenerate__71(Root,data)
self:InitGenerate__72(Root,data)
self:InitGenerate__73(Root,data)
self:InitGenerate__74(Root,data)
self:InitGenerate__75(Root,data)
self:InitGenerate__76(Root,data)
self:InitGenerate__77(Root,data)
self:InitGenerate__78(Root,data)
self:InitGenerate__79(Root,data)
self:InitGenerate__80(Root,data)
self:InitGenerate__81(Root,data)
self:InitGenerate__82(Root,data)
self:InitGenerate__83(Root,data)
self:InitGenerate__84(Root,data)
self:InitGenerate__85(Root,data)
self:InitGenerate__86(Root,data)
self:InitGenerate__87(Root,data)
self:InitGenerate__88(Root,data)
self:InitGenerate__89(Root,data)
self:InitGenerate__90(Root,data)
self:InitGenerate__91(Root,data)
self:InitGenerate__92(Root,data)
self:InitGenerate__93(Root,data)
self:InitGenerate__94(Root,data)
self:InitGenerate__95(Root,data)
self:InitGenerate__96(Root,data)
self:InitGenerate__97(Root,data)
self:InitGenerate__98(Root,data)
self:InitGenerate__99(Root,data)
self:InitGenerate__100(Root,data)
self:InitGenerate__101(Root,data)
self:InitGenerate__102(Root,data)
self:InitGenerate__103(Root,data)
self:InitGenerate__104(Root,data)
self:InitGenerate__105(Root,data)
self:InitGenerate__106(Root,data)
self:InitGenerate__107(Root,data)
end
---@private
function UICollectTipsView:InitGenerate__1(Root, data)
--[[
UIAnimator
--]]
local tmp = Root:Find("UIAnimator").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.uIAnimator = tmp
tmp.animator = tmp:GetComponent(Enum.TypeInfo.Animator)
tmp.animator.logWarnings = false
end
---@private
function UICollectTipsView:InitGenerate__2(Root, data)
--[[
UIAnimator/Alpha
--]]
local tmp = Root:Find("UIAnimator/Alpha").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.AnyBtn = tmp
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:InitGenerate__3(Root, data)
--[[
UIAnimator/Window
--]]
local tmp = Root:Find("UIAnimator/Window").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.window = tmp
end
---@private
function UICollectTipsView:InitGenerate__4(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.mainInfo = tmp
end
---@private
function UICollectTipsView:InitGenerate__5(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.cardIconBigItem = tmp
end
---@private
function UICollectTipsView:InitGenerate__6(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/Bg
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/Bg").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bg = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:InitGenerate__7(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/IconCard
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/IconCard").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.iconCard = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__8(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/Frame
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/Frame").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.frame = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__9(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/CardLabel
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CardIconBigItem/CardLabel").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.cardLabel = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__10(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/PetIcon
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/PetIcon").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.petIcon = tmp
end
---@private
function UICollectTipsView:InitGenerate__11(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/PetIcon/Slot1/Pos/Npc1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/PetIcon/Slot1/Pos/Npc1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.petIcon.npc1 = tmp
tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__12(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionIconItem = tmp
end
---@private
function UICollectTipsView:InitGenerate__13(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/BgCollection
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/BgCollection").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bgCollection = tmp
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:InitGenerate__14(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/IconCollection
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/IconCollection").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.iconCollection = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__15(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/FrameCollection
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/FrameCollection").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.frameCollection = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__16(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/LabelCollection
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/LabelCollection").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.labelCollection = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__17(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/LevelCollection
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/LevelCollection").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.levelCollection = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__18(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/Mask
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/CollectionIconItem/Mask").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.mask = tmp
end
---@private
function UICollectTipsView:InitGenerate__19(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/TextName
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/TextName").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.textName = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__20(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type1 = tmp
end
---@private
function UICollectTipsView:InitGenerate__21(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type1.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__22(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/JobBox
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/JobBox").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type1.jobBox = tmp
end
---@private
function UICollectTipsView:InitGenerate__23(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/JobBox/icon
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type1/JobBox/icon").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type1.icon = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__24(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type2 = tmp
end
---@private
function UICollectTipsView:InitGenerate__25(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type2.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__26(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type2/Text2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type2.text2 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__27(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type3 = tmp
end
---@private
function UICollectTipsView:InitGenerate__28(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type3/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type3.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__29(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type4 = tmp
end
---@private
function UICollectTipsView:InitGenerate__30(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type4.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__31(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/icon
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/icon").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type4.icon = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__32(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/JobBox
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type4/JobBox").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type4.jobBox = tmp
end
---@private
function UICollectTipsView:InitGenerate__33(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type51 = tmp
end
---@private
function UICollectTipsView:InitGenerate__34(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type51.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__35(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51/icon
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51/icon").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type51.icon = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__36(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51/Text2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type51/Text2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type51.text2 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__37(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type52 = tmp
end
---@private
function UICollectTipsView:InitGenerate__38(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type52.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__39(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52/icon
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52/icon").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type52.icon = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__40(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52/Text2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type52/Text2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type52.text2 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__41(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type53 = tmp
end
---@private
function UICollectTipsView:InitGenerate__42(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53/Text1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53/Text1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type53.text1 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__43(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53/icon
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53/icon").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type53.icon = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__44(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53/Text2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/Type53/Text2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.type53.text2 = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__45(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.skillBox = tmp
end
---@private
function UICollectTipsView:InitGenerate__46(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.skillView = tmp
end
---@private
function UICollectTipsView:InitGenerate__47(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView/SkillItem1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView/SkillItem1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.skillView.skillItem1 = CommonUtil.BindGridViewItem2LuaStatic("SkillItem", tmp)
self.skillView.skillItem1.prefabName = "SkillItem"
end
---@private
function UICollectTipsView:InitGenerate__48(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView/SkillItem2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView/SkillItem2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.skillView.skillItem2 = CommonUtil.BindGridViewItem2LuaStatic("SkillItem", tmp)
self.skillView.skillItem2.prefabName = "SkillItem"
end
---@private
function UICollectTipsView:InitGenerate__49(Root, data)
--[[
UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView/SkillItem3
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/MainInfo/Texts/SkillBox/SkillView/SkillItem3").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.skillView.skillItem3 = CommonUtil.BindGridViewItem2LuaStatic("SkillItem", tmp)
self.skillView.skillItem3.prefabName = "SkillItem"
end
---@private
function UICollectTipsView:InitGenerate__50(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.dscSkill = tmp
end
---@private
function UICollectTipsView:InitGenerate__51(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill/Scroll View/Viewport/Content/SkillName
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill/Scroll View/Viewport/Content/SkillName").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.dscSkill.skillName = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__52(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill/Scroll View/Viewport/Content/SkillName/Lv
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill/Scroll View/Viewport/Content/SkillName/Lv").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.dscSkill.lv = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__53(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill/Scroll View/Viewport/Content/DesTxt
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill/Scroll View/Viewport/Content/DesTxt").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.dscSkill.desTxt = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__54(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill/Scroll View/Arrow1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill/Scroll View/Arrow1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.arrow1 = tmp
end
---@private
function UICollectTipsView:InitGenerate__55(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill/Scroll View/Arrow2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill/Scroll View/Arrow2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.arrow2 = tmp
end
---@private
function UICollectTipsView:InitGenerate__56(Root, data)
--[[
UIAnimator/Window/Bg/DscSkill/Scroll View/Arrow3
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscSkill/Scroll View/Arrow3").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.arrow3 = tmp
end
---@private
function UICollectTipsView:InitGenerate__57(Root, data)
--[[
UIAnimator/Window/Bg/BaseAttr
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/BaseAttr").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.baseAttr = tmp
end
---@private
function UICollectTipsView:InitGenerate__58(Root, data)
--[[
UIAnimator/Window/Bg/BaseAttr/Title/Text
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/BaseAttr/Title/Text").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.baseAttr.text = tmp
tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__59(Root, data)
--[[
UIAnimator/Window/Bg/BaseAttr/Grid
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/BaseAttr/Grid").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.baseAttr.grid = tmp
end
---@private
function UICollectTipsView:InitGenerate__60(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr = tmp
end
---@private
function UICollectTipsView:InitGenerate__61(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/CollectionAttrItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/CollectionAttrItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttrItem = CommonUtil.BindGridViewItem2LuaStatic("CollectionAttrItem", tmp)
self.collectionAttrItem.prefabName = "CollectionAttrItem"
self.collectionAttrItem:SetActive(false)
end
---@private
function UICollectTipsView:InitGenerate__62(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/CurrentBox
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/CurrentBox").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.currentBox = tmp
end
---@private
function UICollectTipsView:InitGenerate__63(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/CurrentBox/Title/Text
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/CurrentBox/Title/Text").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.currentBox.text = tmp
tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
end
---@private
function UICollectTipsView:InitGenerate__64(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/CurrentBox/bg
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/CurrentBox/bg").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.currentBox.bg = tmp
end
---@private
function UICollectTipsView:InitGenerate__65(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/CurrentBox/Grid
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/CurrentBox/Grid").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.currentBox.grid = tmp
end
---@private
function UICollectTipsView:InitGenerate__66(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/NextBox
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/NextBox").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.nextBox = tmp
end
---@private
function UICollectTipsView:InitGenerate__67(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/NextBox/Title/Text
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/NextBox/Title/Text").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.nextBox.text = tmp
tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
end
---@private
function UICollectTipsView:InitGenerate__68(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/NextBox/Grid
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/NextBox/Grid").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionAttr.nextBox.grid = tmp
end
---@private
function UICollectTipsView:InitGenerate__69(Root, data)
--[[
UIAnimator/Window/Bg/CollectionAttr/NextBox/CollectionArrow
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionAttr/NextBox/CollectionArrow").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionArrow = tmp
end
---@private
function UICollectTipsView:InitGenerate__70(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.collectionUpdate = tmp
end
---@private
function UICollectTipsView:InitGenerate__71(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item1
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item1").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item1 = tmp
end
---@private
function UICollectTipsView:InitGenerate__72(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item1/IconSmallItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item1/IconSmallItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item1.iconSmallItem = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
self.item1.iconSmallItem.prefabName = "IconItem"
tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
end
---@private
function UICollectTipsView:InitGenerate__73(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item1/cost/numcost
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item1/cost/numcost").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item1.numcost = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__74(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item2
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item2").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item2 = tmp
end
---@private
function UICollectTipsView:InitGenerate__75(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item2/IconSmallItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item2/IconSmallItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item2.iconSmallItem = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
self.item2.iconSmallItem.prefabName = "IconItem"
tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
end
---@private
function UICollectTipsView:InitGenerate__76(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item2/cost/numcost
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item2/cost/numcost").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item2.numcost = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__77(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item3
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item3").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item3 = tmp
end
---@private
function UICollectTipsView:InitGenerate__78(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item3/IconSmallItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item3/IconSmallItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item3.iconSmallItem = CommonUtil.BindGridViewItem2LuaStatic("IconItem", tmp)
self.item3.iconSmallItem.prefabName = "IconItem"
tmp.rectTransform = tmp:GetComponent(Enum.TypeInfo.RectTransform)
tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
end
---@private
function UICollectTipsView:InitGenerate__79(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item3/cost/numcost
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/Items/Item3/cost/numcost").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.item3.numcost = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__80(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.exchangeCard = tmp
end
---@private
function UICollectTipsView:InitGenerate__81(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard/mycards/Text
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard/mycards/Text").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.exchangeCard.text = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__82(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard/BtnUse
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard/BtnUse").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.btnUse = tmp
tmp.toggle = tmp:GetComponent(Enum.TypeInfo.Toggle)
end
---@private
function UICollectTipsView:InitGenerate__83(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard/BtnUse/CheckAnim
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/CostBox/ExchangeCard/BtnUse/CheckAnim").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.checkAnim = tmp
end
---@private
function UICollectTipsView:InitGenerate__84(Root, data)
--[[
UIAnimator/Window/Bg/CollectionUpdate/BtnActivity
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/CollectionUpdate/BtnActivity").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.btnActivity = tmp
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:InitGenerate__85(Root, data)
--[[
UIAnimator/Window/Bg/Rewards
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.rewards = tmp
end
---@private
function UICollectTipsView:InitGenerate__86(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/BarItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/BarItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.rewards.barItem = tmp
end
---@private
function UICollectTipsView:InitGenerate__87(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/BarItem/bar
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/BarItem/bar").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bar = tmp
end
---@private
function UICollectTipsView:InitGenerate__88(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/BarItem/Box
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/BarItem/Box").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.rewards.box = tmp
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:InitGenerate__89(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/BarItem/Box/Item/Num
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/BarItem/Box/Item/Num").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.num = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
end
---@private
function UICollectTipsView:InitGenerate__90(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/BarItem/IconLv
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/BarItem/IconLv").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.iconLv = tmp
tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
end
---@private
function UICollectTipsView:InitGenerate__91(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/BarItem/PetLv
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/BarItem/PetLv").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.petLv = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
end
---@private
function UICollectTipsView:InitGenerate__92(Root, data)
--[[
UIAnimator/Window/Bg/Rewards/Bar
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Rewards/Bar").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.rewards.bar = tmp
end
---@private
function UICollectTipsView:InitGenerate__93(Root, data)
--[[
UIAnimator/Window/Bg/AttrItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/AttrItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.attrItem = CommonUtil.BindGridViewItem2LuaStatic("AttrItem", tmp)
self.attrItem.prefabName = "AttrItem"
end
---@private
function UICollectTipsView:InitGenerate__94(Root, data)
--[[
UIAnimator/Window/Bg/DscBox/Scroll View/Viewport/Content
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscBox/Scroll View/Viewport/Content").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.dscContent = tmp
end
---@private
function UICollectTipsView:InitGenerate__95(Root, data)
--[[
UIAnimator/Window/Bg/DscBox/Scroll View/Viewport/Content/DesTxt
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/DscBox/Scroll View/Viewport/Content/DesTxt").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.desTxt = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__96(Root, data)
--[[
UIAnimator/Window/Bg/Bottom
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom = tmp
end
---@private
function UICollectTipsView:InitGenerate__97(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Info
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Info").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.info = tmp
end
---@private
function UICollectTipsView:InitGenerate__98(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Info/Nickname
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Info/Nickname").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.nickname = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__99(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Info/TimeBox
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Info/TimeBox").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.timeBox = tmp
end
---@private
function UICollectTipsView:InitGenerate__100(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Info/TimeBox/Time
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Info/TimeBox/Time").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.time = tmp
tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
end
---@private
function UICollectTipsView:InitGenerate__101(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Info/LongTime
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Info/LongTime").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.longTime = tmp
end
---@private
function UICollectTipsView:InitGenerate__102(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/label
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/label").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.label = tmp
end
---@private
function UICollectTipsView:InitGenerate__103(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/label/FirstText
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/label/FirstText").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.firstText = tmp
tmp.uILocalizeScript = tmp:GetComponent(Enum.TypeInfo.UILocalizeScript)
end
---@private
function UICollectTipsView:InitGenerate__104(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Head
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Head").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.head = tmp
end
---@private
function UICollectTipsView:InitGenerate__105(Root, data)
--[[
UIAnimator/Window/Bg/Bottom/Head/HeadItem
--]]
local tmp = Root:Find("UIAnimator/Window/Bg/Bottom/Head/HeadItem").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.bottom.headItem = CommonUtil.BindGridViewItem2LuaStatic("HeadItem", tmp)
self.bottom.headItem.prefabName = "HeadItem"
tmp.layoutElement = tmp:GetComponent(Enum.TypeInfo.LayoutElement)
end
---@private
function UICollectTipsView:InitGenerate__106(Root, data)
--[[
UIAnimator/Window/BtnArrowR
--]]
local tmp = Root:Find("UIAnimator/Window/BtnArrowR").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.btnArrowR = tmp
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:InitGenerate__107(Root, data)
--[[
UIAnimator/Window/BtnArrowL
--]]
local tmp = Root:Find("UIAnimator/Window/BtnArrowL").gameObject
if tolua.getpeer(tmp) == nil then
tolua.setpeer(tmp, {})
end
self.btnArrowL = tmp
tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
end
---@private
function UICollectTipsView:GenerateDestroy()
if self.bottom.headItem.GenerateDestroy ~= nil then
self.bottom.headItem:GenerateDestroy()
end
if tolua.getpeer(self.bottom.headItem) ~= nil then
tolua.setpeer(self.bottom.headItem, nil)
end
if tolua.getpeer(self.bottom.head) ~= nil then
tolua.setpeer(self.bottom.head, nil)
end
if tolua.getpeer(self.bottom.label) ~= nil then
tolua.setpeer(self.bottom.label, nil)
end
if tolua.getpeer(self.bottom.longTime) ~= nil then
tolua.setpeer(self.bottom.longTime, nil)
end
if tolua.getpeer(self.bottom.time) ~= nil then
tolua.setpeer(self.bottom.time, nil)
end
if tolua.getpeer(self.bottom.nickname) ~= nil then
tolua.setpeer(self.bottom.nickname, nil)
end
if tolua.getpeer(self.bottom.info) ~= nil then
tolua.setpeer(self.bottom.info, nil)
end
if tolua.getpeer(self.rewards.bar) ~= nil then
tolua.setpeer(self.rewards.bar, nil)
end
if tolua.getpeer(self.rewards.box) ~= nil then
tolua.setpeer(self.rewards.box, nil)
end
if tolua.getpeer(self.rewards.barItem) ~= nil then
tolua.setpeer(self.rewards.barItem, nil)
end
if tolua.getpeer(self.exchangeCard.text) ~= nil then
tolua.setpeer(self.exchangeCard.text, nil)
end
if tolua.getpeer(self.item3.numcost) ~= nil then
tolua.setpeer(self.item3.numcost, nil)
end
if self.item3.iconSmallItem.GenerateDestroy ~= nil then
self.item3.iconSmallItem:GenerateDestroy()
end
if tolua.getpeer(self.item3.iconSmallItem) ~= nil then
tolua.setpeer(self.item3.iconSmallItem, nil)
end
if tolua.getpeer(self.item2.numcost) ~= nil then
tolua.setpeer(self.item2.numcost, nil)
end
if self.item2.iconSmallItem.GenerateDestroy ~= nil then
self.item2.iconSmallItem:GenerateDestroy()
end
if tolua.getpeer(self.item2.iconSmallItem) ~= nil then
tolua.setpeer(self.item2.iconSmallItem, nil)
end
if tolua.getpeer(self.item1.numcost) ~= nil then
tolua.setpeer(self.item1.numcost, nil)
end
if self.item1.iconSmallItem.GenerateDestroy ~= nil then
self.item1.iconSmallItem:GenerateDestroy()
end
if tolua.getpeer(self.item1.iconSmallItem) ~= nil then
tolua.setpeer(self.item1.iconSmallItem, nil)
end
if tolua.getpeer(self.collectionAttr.nextBox.grid) ~= nil then
tolua.setpeer(self.collectionAttr.nextBox.grid, nil)
end
if tolua.getpeer(self.collectionAttr.nextBox.text) ~= nil then
tolua.setpeer(self.collectionAttr.nextBox.text, nil)
end
if tolua.getpeer(self.collectionAttr.nextBox) ~= nil then
tolua.setpeer(self.collectionAttr.nextBox, nil)
end
if tolua.getpeer(self.collectionAttr.currentBox.grid) ~= nil then
tolua.setpeer(self.collectionAttr.currentBox.grid, nil)
end
if tolua.getpeer(self.collectionAttr.currentBox.bg) ~= nil then
tolua.setpeer(self.collectionAttr.currentBox.bg, nil)
end
if tolua.getpeer(self.collectionAttr.currentBox.text) ~= nil then
tolua.setpeer(self.collectionAttr.currentBox.text, nil)
end
if tolua.getpeer(self.collectionAttr.currentBox) ~= nil then
tolua.setpeer(self.collectionAttr.currentBox, nil)
end
if tolua.getpeer(self.baseAttr.grid) ~= nil then
tolua.setpeer(self.baseAttr.grid, nil)
end
if tolua.getpeer(self.baseAttr.text) ~= nil then
tolua.setpeer(self.baseAttr.text, nil)
end
if tolua.getpeer(self.dscSkill.desTxt) ~= nil then
tolua.setpeer(self.dscSkill.desTxt, nil)
end
if tolua.getpeer(self.dscSkill.lv) ~= nil then
tolua.setpeer(self.dscSkill.lv, nil)
end
if tolua.getpeer(self.dscSkill.skillName) ~= nil then
tolua.setpeer(self.dscSkill.skillName, nil)
end
if self.skillView.skillItem3.GenerateDestroy ~= nil then
self.skillView.skillItem3:GenerateDestroy()
end
if tolua.getpeer(self.skillView.skillItem3) ~= nil then
tolua.setpeer(self.skillView.skillItem3, nil)
end
if self.skillView.skillItem2.GenerateDestroy ~= nil then
self.skillView.skillItem2:GenerateDestroy()
end
if tolua.getpeer(self.skillView.skillItem2) ~= nil then
tolua.setpeer(self.skillView.skillItem2, nil)
end
if self.skillView.skillItem1.GenerateDestroy ~= nil then
self.skillView.skillItem1:GenerateDestroy()
end
if tolua.getpeer(self.skillView.skillItem1) ~= nil then
tolua.setpeer(self.skillView.skillItem1, nil)
end
if tolua.getpeer(self.type53.text2) ~= nil then
tolua.setpeer(self.type53.text2, nil)
end
if tolua.getpeer(self.type53.icon) ~= nil then
tolua.setpeer(self.type53.icon, nil)
end
if tolua.getpeer(self.type53.text1) ~= nil then
tolua.setpeer(self.type53.text1, nil)
end
if tolua.getpeer(self.type52.text2) ~= nil then
tolua.setpeer(self.type52.text2, nil)
end
if tolua.getpeer(self.type52.icon) ~= nil then
tolua.setpeer(self.type52.icon, nil)
end
if tolua.getpeer(self.type52.text1) ~= nil then
tolua.setpeer(self.type52.text1, nil)
end
if tolua.getpeer(self.type51.text2) ~= nil then
tolua.setpeer(self.type51.text2, nil)
end
if tolua.getpeer(self.type51.icon) ~= nil then
tolua.setpeer(self.type51.icon, nil)
end
if tolua.getpeer(self.type51.text1) ~= nil then
tolua.setpeer(self.type51.text1, nil)
end
if tolua.getpeer(self.type4.jobBox) ~= nil then
tolua.setpeer(self.type4.jobBox, nil)
end
if tolua.getpeer(self.type4.icon) ~= nil then
tolua.setpeer(self.type4.icon, nil)
end
if tolua.getpeer(self.type4.text1) ~= nil then
tolua.setpeer(self.type4.text1, nil)
end
if tolua.getpeer(self.type3.text1) ~= nil then
tolua.setpeer(self.type3.text1, nil)
end
if tolua.getpeer(self.type2.text2) ~= nil then
tolua.setpeer(self.type2.text2, nil)
end
if tolua.getpeer(self.type2.text1) ~= nil then
tolua.setpeer(self.type2.text1, nil)
end
if tolua.getpeer(self.type1.icon) ~= nil then
tolua.setpeer(self.type1.icon, nil)
end
if tolua.getpeer(self.type1.jobBox) ~= nil then
tolua.setpeer(self.type1.jobBox, nil)
end
if tolua.getpeer(self.type1.text1) ~= nil then
tolua.setpeer(self.type1.text1, nil)
end
if tolua.getpeer(self.petIcon.npc1) ~= nil then
tolua.setpeer(self.petIcon.npc1, nil)
end
if tolua.getpeer(self.uIAnimator) ~= nil then
tolua.setpeer(self.uIAnimator, nil)
end
self.uIAnimator = nil
if tolua.getpeer(self.AnyBtn) ~= nil then
tolua.setpeer(self.AnyBtn, nil)
end
self.AnyBtn = nil
if tolua.getpeer(self.window) ~= nil then
tolua.setpeer(self.window, nil)
end
self.window = nil
if tolua.getpeer(self.mainInfo) ~= nil then
tolua.setpeer(self.mainInfo, nil)
end
self.mainInfo = nil
if tolua.getpeer(self.cardIconBigItem) ~= nil then
tolua.setpeer(self.cardIconBigItem, nil)
end
self.cardIconBigItem = nil
if tolua.getpeer(self.bg) ~= nil then
tolua.setpeer(self.bg, nil)
end
self.bg = nil
if tolua.getpeer(self.iconCard) ~= nil then
tolua.setpeer(self.iconCard, nil)
end
self.iconCard = nil
if tolua.getpeer(self.frame) ~= nil then
tolua.setpeer(self.frame, nil)
end
self.frame = nil
if tolua.getpeer(self.cardLabel) ~= nil then
tolua.setpeer(self.cardLabel, nil)
end
self.cardLabel = nil
if tolua.getpeer(self.petIcon) ~= nil then
tolua.setpeer(self.petIcon, nil)
end
self.petIcon = nil
if tolua.getpeer(self.collectionIconItem) ~= nil then
tolua.setpeer(self.collectionIconItem, nil)
end
self.collectionIconItem = nil
if tolua.getpeer(self.bgCollection) ~= nil then
tolua.setpeer(self.bgCollection, nil)
end
self.bgCollection = nil
if tolua.getpeer(self.iconCollection) ~= nil then
tolua.setpeer(self.iconCollection, nil)
end
self.iconCollection = nil
if tolua.getpeer(self.frameCollection) ~= nil then
tolua.setpeer(self.frameCollection, nil)
end
self.frameCollection = nil
if tolua.getpeer(self.labelCollection) ~= nil then
tolua.setpeer(self.labelCollection, nil)
end
self.labelCollection = nil
if tolua.getpeer(self.levelCollection) ~= nil then
tolua.setpeer(self.levelCollection, nil)
end
self.levelCollection = nil
if tolua.getpeer(self.mask) ~= nil then
tolua.setpeer(self.mask, nil)
end
self.mask = nil
if tolua.getpeer(self.textName) ~= nil then
tolua.setpeer(self.textName, nil)
end
self.textName = nil
if tolua.getpeer(self.type1) ~= nil then
tolua.setpeer(self.type1, nil)
end
self.type1 = nil
if tolua.getpeer(self.type2) ~= nil then
tolua.setpeer(self.type2, nil)
end
self.type2 = nil
if tolua.getpeer(self.type3) ~= nil then
tolua.setpeer(self.type3, nil)
end
self.type3 = nil
if tolua.getpeer(self.type4) ~= nil then
tolua.setpeer(self.type4, nil)
end
self.type4 = nil
if tolua.getpeer(self.type51) ~= nil then
tolua.setpeer(self.type51, nil)
end
self.type51 = nil
if tolua.getpeer(self.type52) ~= nil then
tolua.setpeer(self.type52, nil)
end
self.type52 = nil
if tolua.getpeer(self.type53) ~= nil then
tolua.setpeer(self.type53, nil)
end
self.type53 = nil
if tolua.getpeer(self.skillBox) ~= nil then
tolua.setpeer(self.skillBox, nil)
end
self.skillBox = nil
if tolua.getpeer(self.skillView) ~= nil then
tolua.setpeer(self.skillView, nil)
end
self.skillView = nil
if tolua.getpeer(self.dscSkill) ~= nil then
tolua.setpeer(self.dscSkill, nil)
end
self.dscSkill = nil
if tolua.getpeer(self.arrow1) ~= nil then
tolua.setpeer(self.arrow1, nil)
end
self.arrow1 = nil
if tolua.getpeer(self.arrow2) ~= nil then
tolua.setpeer(self.arrow2, nil)
end
self.arrow2 = nil
if tolua.getpeer(self.arrow3) ~= nil then
tolua.setpeer(self.arrow3, nil)
end
self.arrow3 = nil
if tolua.getpeer(self.baseAttr) ~= nil then
tolua.setpeer(self.baseAttr, nil)
end
self.baseAttr = nil
if tolua.getpeer(self.collectionAttr) ~= nil then
tolua.setpeer(self.collectionAttr, nil)
end
self.collectionAttr = nil
if self.collectionAttrItem.GenerateDestroy ~= nil then
self.collectionAttrItem:GenerateDestroy()
end
if tolua.getpeer(self.collectionAttrItem) ~= nil then
tolua.setpeer(self.collectionAttrItem, nil)
end
self.collectionAttrItem = nil
if tolua.getpeer(self.collectionArrow) ~= nil then
tolua.setpeer(self.collectionArrow, nil)
end
self.collectionArrow = nil
if tolua.getpeer(self.collectionUpdate) ~= nil then
tolua.setpeer(self.collectionUpdate, nil)
end
self.collectionUpdate = nil
if tolua.getpeer(self.item1) ~= nil then
tolua.setpeer(self.item1, nil)
end
self.item1 = nil
if tolua.getpeer(self.item2) ~= nil then
tolua.setpeer(self.item2, nil)
end
self.item2 = nil
if tolua.getpeer(self.item3) ~= nil then
tolua.setpeer(self.item3, nil)
end
self.item3 = nil
if tolua.getpeer(self.exchangeCard) ~= nil then
tolua.setpeer(self.exchangeCard, nil)
end
self.exchangeCard = nil
if tolua.getpeer(self.btnUse) ~= nil then
tolua.setpeer(self.btnUse, nil)
end
self.btnUse = nil
if tolua.getpeer(self.checkAnim) ~= nil then
tolua.setpeer(self.checkAnim, nil)
end
self.checkAnim = nil
if tolua.getpeer(self.btnActivity) ~= nil then
tolua.setpeer(self.btnActivity, nil)
end
self.btnActivity = nil
if tolua.getpeer(self.rewards) ~= nil then
tolua.setpeer(self.rewards, nil)
end
self.rewards = nil
if tolua.getpeer(self.bar) ~= nil then
tolua.setpeer(self.bar, nil)
end
self.bar = nil
if tolua.getpeer(self.num) ~= nil then
tolua.setpeer(self.num, nil)
end
self.num = nil
if tolua.getpeer(self.iconLv) ~= nil then
tolua.setpeer(self.iconLv, nil)
end
self.iconLv = nil
if tolua.getpeer(self.petLv) ~= nil then
tolua.setpeer(self.petLv, nil)
end
self.petLv = nil
if self.attrItem.GenerateDestroy ~= nil then
self.attrItem:GenerateDestroy()
end
if tolua.getpeer(self.attrItem) ~= nil then
tolua.setpeer(self.attrItem, nil)
end
self.attrItem = nil
if tolua.getpeer(self.dscContent) ~= nil then
tolua.setpeer(self.dscContent, nil)
end
self.dscContent = nil
if tolua.getpeer(self.desTxt) ~= nil then
tolua.setpeer(self.desTxt, nil)
end
self.desTxt = nil
if tolua.getpeer(self.bottom) ~= nil then
tolua.setpeer(self.bottom, nil)
end
self.bottom = nil
if tolua.getpeer(self.timeBox) ~= nil then
tolua.setpeer(self.timeBox, nil)
end
self.timeBox = nil
if tolua.getpeer(self.firstText) ~= nil then
tolua.setpeer(self.firstText, nil)
end
self.firstText = nil
if tolua.getpeer(self.btnArrowR) ~= nil then
tolua.setpeer(self.btnArrowR, nil)
end
self.btnArrowR = nil
if tolua.getpeer(self.btnArrowL) ~= nil then
tolua.setpeer(self.btnArrowL, nil)
end
self.btnArrowL = nil
self.transform = nil
self.gameObject = nil
self.inited = false
end
return UICollectTipsView