| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692 |
- ---@class UISummonResult__Generate_currency_btnBuy
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UISummonResult__Generate_currency_number
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UISummonResult__Generate_currency_icon
- ---@field public gameObject UnityEngine.GameObject
- ---@field public image UnityEngine.UI.Image
- ---@class UISummonResult__Generate_currency
- ---@field public gameObject UnityEngine.GameObject
- ---@field public icon UISummonResult__Generate_currency_icon
- ---@field public number UISummonResult__Generate_currency_number
- ---@field public btnBuy UISummonResult__Generate_currency_btnBuy
- ---@class UISummonResult__Generate_btnFive
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UISummonResult__Generate_currencyFive_number
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UISummonResult__Generate_currencyFive_icon
- ---@field public gameObject UnityEngine.GameObject
- ---@field public image UnityEngine.UI.Image
- ---@class UISummonResult__Generate_currencyFive
- ---@field public gameObject UnityEngine.GameObject
- ---@field public icon UISummonResult__Generate_currencyFive_icon
- ---@field public number UISummonResult__Generate_currencyFive_number
- ---@class UISummonResult__Generate_btnOne
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UISummonResult__Generate_currencyOne_number
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UISummonResult__Generate_currencyOne_icon
- ---@field public gameObject UnityEngine.GameObject
- ---@field public image UnityEngine.UI.Image
- ---@class UISummonResult__Generate_currencyOne
- ---@field public gameObject UnityEngine.GameObject
- ---@field public icon UISummonResult__Generate_currencyOne_icon
- ---@field public number UISummonResult__Generate_currencyOne_number
- ---@class UISummonResult__Generate_btnConfirm
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UISummonResult__Generate_extraRewardItem_percentTxt
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text TMPro.TextMeshProUGUI
- ---@class UISummonResult__Generate_extraRewardItem_rewardSlider
- ---@field public gameObject UnityEngine.GameObject
- ---@field public slider UnityEngine.UI.Slider
- ---@class UISummonResult__Generate_extraRewardItem
- ---@field public gameObject UnityEngine.GameObject
- ---@field public rewardSlider UISummonResult__Generate_extraRewardItem_rewardSlider
- ---@field public percentTxt UISummonResult__Generate_extraRewardItem_percentTxt
- ---@class UISummonResult__Generate_particle
- ---@field public gameObject UnityEngine.GameObject
- ---@field public uIParticle UIExtensions.UIParticle
- ---@class UISummonResult__Generate_extraAnim
- ---@field public gameObject UnityEngine.GameObject
- ---@field public iconLightParent UnityEngine.GameObject
- ---@field public iconParent UnityEngine.GameObject
- ---@field public iconIsNewParent UnityEngine.GameObject
- ---@class UISummonResult__Generate_bG
- ---@field public gameObject UnityEngine.GameObject
- ---@field public animator UnityEngine.Animator
- ---@class UISummonResult__Generate_AnyBtn
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UISummonResult__Generate_uIAnimator
- ---@field public gameObject UnityEngine.GameObject
- ---@field public animator UnityEngine.Animator
- ---@class UISummonResult__Generate
- ---@field private gameObject UnityEngine.GameObject
- ---@field private transform UnityEngine.Transform
- ---@field private uIAnimator UISummonResult__Generate_uIAnimator
- ---@field private AnyBtn UISummonResult__Generate_AnyBtn
- ---@field private bG UISummonResult__Generate_bG
- ---@field private iconLightParent UnityEngine.GameObject
- ---@field private iconParent UnityEngine.GameObject
- ---@field private iconIsNewParent UnityEngine.GameObject
- ---@field private extraBox UnityEngine.GameObject
- ---@field private extraAnim UISummonResult__Generate_extraAnim
- ---@field private particle UISummonResult__Generate_particle
- ---@field private extraRewardItem UISummonResult__Generate_extraRewardItem
- ---@field private confirm UnityEngine.GameObject
- ---@field private btnConfirm UISummonResult__Generate_btnConfirm
- ---@field private one UnityEngine.GameObject
- ---@field private currencyOne UISummonResult__Generate_currencyOne
- ---@field private btnOne UISummonResult__Generate_btnOne
- ---@field private five UnityEngine.GameObject
- ---@field private currencyFive UISummonResult__Generate_currencyFive
- ---@field private btnFive UISummonResult__Generate_btnFive
- ---@field private currency UISummonResult__Generate_currency
- local UISummonResultView = class("UISummonResultView", require("UIViewBase"))
- function UISummonResultView:ctor()
- end
- ---@private
- function UISummonResultView:SetActive(result)
- self.gameObject:SetActive(result)
- end
- ---@private
- function UISummonResultView: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)
- end
- ---@private
- function UISummonResultView: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 UISummonResultView: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 UISummonResultView:InitGenerate__3(Root, data)
- --[[
- UIAnimator/Window/BG
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.bG = tmp
- tmp.animator = tmp:GetComponent(Enum.TypeInfo.Animator)
- tmp.animator.logWarnings = false
- end
- ---@private
- function UISummonResultView:InitGenerate__4(Root, data)
- --[[
- UIAnimator/Window/BG/ContentBox/IconLightParent
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ContentBox/IconLightParent").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.iconLightParent = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__5(Root, data)
- --[[
- UIAnimator/Window/BG/ContentBox/IconParent
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ContentBox/IconParent").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.iconParent = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__6(Root, data)
- --[[
- UIAnimator/Window/BG/ContentBox/IconIsNewParent
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ContentBox/IconIsNewParent").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.iconIsNewParent = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__7(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraBox = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__8(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraAnim
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraAnim").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraAnim = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__9(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraAnim/IconLightParent
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraAnim/IconLightParent").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraAnim.iconLightParent = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__10(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraAnim/IconParent
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraAnim/IconParent").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraAnim.iconParent = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__11(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraAnim/IconIsNewParent
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraAnim/IconIsNewParent").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraAnim.iconIsNewParent = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__12(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraAnim/particle
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraAnim/particle").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.particle = tmp
- tmp.uIParticle = tmp:GetComponent(Enum.TypeInfo.UIParticle)
- end
- ---@private
- function UISummonResultView:InitGenerate__13(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraRewardItem
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraRewardItem").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraRewardItem = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__14(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraRewardItem/RewardSlider
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraRewardItem/RewardSlider").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraRewardItem.rewardSlider = tmp
- tmp.slider = tmp:GetComponent(Enum.TypeInfo.Slider)
- end
- ---@private
- function UISummonResultView:InitGenerate__15(Root, data)
- --[[
- UIAnimator/Window/BG/ExtraBox/ExtraRewardItem/PercentTxt
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ExtraBox/ExtraRewardItem/PercentTxt").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.extraRewardItem.percentTxt = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
- end
- ---@private
- function UISummonResultView:InitGenerate__16(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Confirm
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Confirm").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.confirm = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__17(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Confirm/BtnConfirm
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Confirm/BtnConfirm").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.btnConfirm = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UISummonResultView:InitGenerate__18(Root, data)
- --[[
- UIAnimator/Window/BtnBox/One
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/One").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.one = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__19(Root, data)
- --[[
- UIAnimator/Window/BtnBox/One/CurrencyOne
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/One/CurrencyOne").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currencyOne = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__20(Root, data)
- --[[
- UIAnimator/Window/BtnBox/One/CurrencyOne/Icon
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/One/CurrencyOne/Icon").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currencyOne.icon = tmp
- tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
- end
- ---@private
- function UISummonResultView:InitGenerate__21(Root, data)
- --[[
- UIAnimator/Window/BtnBox/One/CurrencyOne/Number
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/One/CurrencyOne/Number").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currencyOne.number = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UISummonResultView:InitGenerate__22(Root, data)
- --[[
- UIAnimator/Window/BtnBox/One/BtnOne
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/One/BtnOne").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.btnOne = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UISummonResultView:InitGenerate__23(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Five
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Five").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.five = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__24(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Five/CurrencyFive
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Five/CurrencyFive").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currencyFive = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__25(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Five/CurrencyFive/Icon
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Five/CurrencyFive/Icon").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currencyFive.icon = tmp
- tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
- end
- ---@private
- function UISummonResultView:InitGenerate__26(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Five/CurrencyFive/Number
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Five/CurrencyFive/Number").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currencyFive.number = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UISummonResultView:InitGenerate__27(Root, data)
- --[[
- UIAnimator/Window/BtnBox/Five/BtnFive
- --]]
- local tmp = Root:Find("UIAnimator/Window/BtnBox/Five/BtnFive").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.btnFive = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UISummonResultView:InitGenerate__28(Root, data)
- --[[
- UIAnimator/Window/TopView/ResourceBox/Currency
- --]]
- local tmp = Root:Find("UIAnimator/Window/TopView/ResourceBox/Currency").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currency = tmp
- end
- ---@private
- function UISummonResultView:InitGenerate__29(Root, data)
- --[[
- UIAnimator/Window/TopView/ResourceBox/Currency/Icon
- --]]
- local tmp = Root:Find("UIAnimator/Window/TopView/ResourceBox/Currency/Icon").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currency.icon = tmp
- tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
- end
- ---@private
- function UISummonResultView:InitGenerate__30(Root, data)
- --[[
- UIAnimator/Window/TopView/ResourceBox/Currency/Number
- --]]
- local tmp = Root:Find("UIAnimator/Window/TopView/ResourceBox/Currency/Number").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currency.number = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UISummonResultView:InitGenerate__31(Root, data)
- --[[
- UIAnimator/Window/TopView/ResourceBox/Currency/BtnBuy
- --]]
- local tmp = Root:Find("UIAnimator/Window/TopView/ResourceBox/Currency/BtnBuy").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.currency.btnBuy = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UISummonResultView:GenerateDestroy()
- if tolua.getpeer(self.currency.btnBuy) ~= nil then
- tolua.setpeer(self.currency.btnBuy, nil)
- end
- if tolua.getpeer(self.currency.number) ~= nil then
- tolua.setpeer(self.currency.number, nil)
- end
- if tolua.getpeer(self.currency.icon) ~= nil then
- tolua.setpeer(self.currency.icon, nil)
- end
- if tolua.getpeer(self.currencyFive.number) ~= nil then
- tolua.setpeer(self.currencyFive.number, nil)
- end
- if tolua.getpeer(self.currencyFive.icon) ~= nil then
- tolua.setpeer(self.currencyFive.icon, nil)
- end
- if tolua.getpeer(self.currencyOne.number) ~= nil then
- tolua.setpeer(self.currencyOne.number, nil)
- end
- if tolua.getpeer(self.currencyOne.icon) ~= nil then
- tolua.setpeer(self.currencyOne.icon, nil)
- end
- if tolua.getpeer(self.extraRewardItem.percentTxt) ~= nil then
- tolua.setpeer(self.extraRewardItem.percentTxt, nil)
- end
- if tolua.getpeer(self.extraRewardItem.rewardSlider) ~= nil then
- tolua.setpeer(self.extraRewardItem.rewardSlider, nil)
- end
- if tolua.getpeer(self.extraAnim.iconIsNewParent) ~= nil then
- tolua.setpeer(self.extraAnim.iconIsNewParent, nil)
- end
- if tolua.getpeer(self.extraAnim.iconParent) ~= nil then
- tolua.setpeer(self.extraAnim.iconParent, nil)
- end
- if tolua.getpeer(self.extraAnim.iconLightParent) ~= nil then
- tolua.setpeer(self.extraAnim.iconLightParent, 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.bG) ~= nil then
- tolua.setpeer(self.bG, nil)
- end
- self.bG = nil
- if tolua.getpeer(self.iconLightParent) ~= nil then
- tolua.setpeer(self.iconLightParent, nil)
- end
- self.iconLightParent = nil
- if tolua.getpeer(self.iconParent) ~= nil then
- tolua.setpeer(self.iconParent, nil)
- end
- self.iconParent = nil
- if tolua.getpeer(self.iconIsNewParent) ~= nil then
- tolua.setpeer(self.iconIsNewParent, nil)
- end
- self.iconIsNewParent = nil
- if tolua.getpeer(self.extraBox) ~= nil then
- tolua.setpeer(self.extraBox, nil)
- end
- self.extraBox = nil
- if tolua.getpeer(self.extraAnim) ~= nil then
- tolua.setpeer(self.extraAnim, nil)
- end
- self.extraAnim = nil
- if tolua.getpeer(self.particle) ~= nil then
- tolua.setpeer(self.particle, nil)
- end
- self.particle = nil
- if tolua.getpeer(self.extraRewardItem) ~= nil then
- tolua.setpeer(self.extraRewardItem, nil)
- end
- self.extraRewardItem = nil
- if tolua.getpeer(self.confirm) ~= nil then
- tolua.setpeer(self.confirm, nil)
- end
- self.confirm = nil
- if tolua.getpeer(self.btnConfirm) ~= nil then
- tolua.setpeer(self.btnConfirm, nil)
- end
- self.btnConfirm = nil
- if tolua.getpeer(self.one) ~= nil then
- tolua.setpeer(self.one, nil)
- end
- self.one = nil
- if tolua.getpeer(self.currencyOne) ~= nil then
- tolua.setpeer(self.currencyOne, nil)
- end
- self.currencyOne = nil
- if tolua.getpeer(self.btnOne) ~= nil then
- tolua.setpeer(self.btnOne, nil)
- end
- self.btnOne = nil
- if tolua.getpeer(self.five) ~= nil then
- tolua.setpeer(self.five, nil)
- end
- self.five = nil
- if tolua.getpeer(self.currencyFive) ~= nil then
- tolua.setpeer(self.currencyFive, nil)
- end
- self.currencyFive = nil
- if tolua.getpeer(self.btnFive) ~= nil then
- tolua.setpeer(self.btnFive, nil)
- end
- self.btnFive = nil
- if tolua.getpeer(self.currency) ~= nil then
- tolua.setpeer(self.currency, nil)
- end
- self.currency = nil
- self.transform = nil
- self.gameObject = nil
- self.inited = false
- end
- return UISummonResultView
|