---@class UILuckyEggResult__Generate_currency_btnBuy ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UILuckyEggResult__Generate_currency_number ---@field public gameObject UnityEngine.GameObject ---@field public text UnityEngine.UI.Text ---@class UILuckyEggResult__Generate_currency_icon ---@field public gameObject UnityEngine.GameObject ---@field public image UnityEngine.UI.Image ---@class UILuckyEggResult__Generate_currency ---@field public gameObject UnityEngine.GameObject ---@field public icon UILuckyEggResult__Generate_currency_icon ---@field public number UILuckyEggResult__Generate_currency_number ---@field public btnBuy UILuckyEggResult__Generate_currency_btnBuy ---@class UILuckyEggResult__Generate_btnTen ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UILuckyEggResult__Generate_currencyTen_number ---@field public gameObject UnityEngine.GameObject ---@field public text UnityEngine.UI.Text ---@class UILuckyEggResult__Generate_currencyTen_icon ---@field public gameObject UnityEngine.GameObject ---@field public image UnityEngine.UI.Image ---@class UILuckyEggResult__Generate_currencyTen ---@field public gameObject UnityEngine.GameObject ---@field public icon UILuckyEggResult__Generate_currencyTen_icon ---@field public number UILuckyEggResult__Generate_currencyTen_number ---@class UILuckyEggResult__Generate_btnOne ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UILuckyEggResult__Generate_currencyOne_number ---@field public gameObject UnityEngine.GameObject ---@field public text UnityEngine.UI.Text ---@class UILuckyEggResult__Generate_currencyOne_icon ---@field public gameObject UnityEngine.GameObject ---@field public image UnityEngine.UI.Image ---@class UILuckyEggResult__Generate_currencyOne ---@field public gameObject UnityEngine.GameObject ---@field public icon UILuckyEggResult__Generate_currencyOne_icon ---@field public number UILuckyEggResult__Generate_currencyOne_number ---@class UILuckyEggResult__Generate_btnConfirm ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UILuckyEggResult__Generate_extraRewardItem_percentTxt ---@field public gameObject UnityEngine.GameObject ---@field public text TMPro.TextMeshProUGUI ---@class UILuckyEggResult__Generate_extraRewardItem_rewardSlider ---@field public gameObject UnityEngine.GameObject ---@field public slider UnityEngine.UI.Slider ---@class UILuckyEggResult__Generate_extraRewardItem ---@field public gameObject UnityEngine.GameObject ---@field public rewardSlider UILuckyEggResult__Generate_extraRewardItem_rewardSlider ---@field public percentTxt UILuckyEggResult__Generate_extraRewardItem_percentTxt ---@class UILuckyEggResult__Generate_particle ---@field public gameObject UnityEngine.GameObject ---@field public uIParticle UIExtensions.UIParticle ---@class UILuckyEggResult__Generate_extraAnim ---@field public gameObject UnityEngine.GameObject ---@field public iconLightParent UnityEngine.GameObject ---@field public iconParent UnityEngine.GameObject ---@field public iconIsNewParent UnityEngine.GameObject ---@class UILuckyEggResult__Generate_bG ---@field public gameObject UnityEngine.GameObject ---@field public animator UnityEngine.Animator ---@class UILuckyEggResult__Generate_AnyBtn ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UILuckyEggResult__Generate_uIAnimator ---@field public gameObject UnityEngine.GameObject ---@field public animator UnityEngine.Animator ---@class UILuckyEggResult__Generate ---@field private gameObject UnityEngine.GameObject ---@field private transform UnityEngine.Transform ---@field private uIAnimator UILuckyEggResult__Generate_uIAnimator ---@field private AnyBtn UILuckyEggResult__Generate_AnyBtn ---@field private bG UILuckyEggResult__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 UILuckyEggResult__Generate_extraAnim ---@field private particle UILuckyEggResult__Generate_particle ---@field private extraRewardItem UILuckyEggResult__Generate_extraRewardItem ---@field private confirm UnityEngine.GameObject ---@field private btnConfirm UILuckyEggResult__Generate_btnConfirm ---@field private one UnityEngine.GameObject ---@field private currencyOne UILuckyEggResult__Generate_currencyOne ---@field private btnOne UILuckyEggResult__Generate_btnOne ---@field private ten UnityEngine.GameObject ---@field private currencyTen UILuckyEggResult__Generate_currencyTen ---@field private btnTen UILuckyEggResult__Generate_btnTen ---@field private currency UILuckyEggResult__Generate_currency local UILuckyEggResultView = class("UILuckyEggResultView", require("UIViewBase")) function UILuckyEggResultView:ctor() end ---@private function UILuckyEggResultView:SetActive(result) self.gameObject:SetActive(result) end ---@private function UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView:InitGenerate__23(Root, data) --[[ UIAnimator/Window/BtnBox/Ten --]] local tmp = Root:Find("UIAnimator/Window/BtnBox/Ten").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.ten = tmp end ---@private function UILuckyEggResultView:InitGenerate__24(Root, data) --[[ UIAnimator/Window/BtnBox/Ten/CurrencyTen --]] local tmp = Root:Find("UIAnimator/Window/BtnBox/Ten/CurrencyTen").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.currencyTen = tmp end ---@private function UILuckyEggResultView:InitGenerate__25(Root, data) --[[ UIAnimator/Window/BtnBox/Ten/CurrencyTen/Icon --]] local tmp = Root:Find("UIAnimator/Window/BtnBox/Ten/CurrencyTen/Icon").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.currencyTen.icon = tmp tmp.image = tmp:GetComponent(Enum.TypeInfo.Image) end ---@private function UILuckyEggResultView:InitGenerate__26(Root, data) --[[ UIAnimator/Window/BtnBox/Ten/CurrencyTen/Number --]] local tmp = Root:Find("UIAnimator/Window/BtnBox/Ten/CurrencyTen/Number").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.currencyTen.number = tmp tmp.text = tmp:GetComponent(Enum.TypeInfo.Text) end ---@private function UILuckyEggResultView:InitGenerate__27(Root, data) --[[ UIAnimator/Window/BtnBox/Ten/BtnTen --]] local tmp = Root:Find("UIAnimator/Window/BtnBox/Ten/BtnTen").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.btnTen = tmp tmp.button = tmp:GetComponent(Enum.TypeInfo.Button) end ---@private function UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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 UILuckyEggResultView: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.currencyTen.number) ~= nil then tolua.setpeer(self.currencyTen.number, nil) end if tolua.getpeer(self.currencyTen.icon) ~= nil then tolua.setpeer(self.currencyTen.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.ten) ~= nil then tolua.setpeer(self.ten, nil) end self.ten = nil if tolua.getpeer(self.currencyTen) ~= nil then tolua.setpeer(self.currencyTen, nil) end self.currencyTen = nil if tolua.getpeer(self.btnTen) ~= nil then tolua.setpeer(self.btnTen, nil) end self.btnTen = 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 UILuckyEggResultView