---@class UIPayTips__Generate_rmbPrice_number ---@field public gameObject UnityEngine.GameObject ---@field public text UnityEngine.UI.Text ---@class UIPayTips__Generate_rmbPrice_currency ---@field public gameObject UnityEngine.GameObject ---@field public text TMPro.TextMeshProUGUI ---@class UIPayTips__Generate_rmbPrice_icon ---@field public gameObject UnityEngine.GameObject ---@field public image UnityEngine.UI.Image ---@class UIPayTips__Generate_rmbPrice ---@field public gameObject UnityEngine.GameObject ---@field public icon UIPayTips__Generate_rmbPrice_icon ---@field public currency UIPayTips__Generate_rmbPrice_currency ---@field public number UIPayTips__Generate_rmbPrice_number ---@class UIPayTips__Generate_btnRmb ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UIPayTips__Generate_dbPrice_number ---@field public gameObject UnityEngine.GameObject ---@field public text UnityEngine.UI.Text ---@class UIPayTips__Generate_dbPrice_currency ---@field public gameObject UnityEngine.GameObject ---@field public text TMPro.TextMeshProUGUI ---@class UIPayTips__Generate_dbPrice_icon ---@field public gameObject UnityEngine.GameObject ---@field public image UnityEngine.UI.Image ---@class UIPayTips__Generate_dbPrice ---@field public gameObject UnityEngine.GameObject ---@field public icon UIPayTips__Generate_dbPrice_icon ---@field public currency UIPayTips__Generate_dbPrice_currency ---@field public number UIPayTips__Generate_dbPrice_number ---@class UIPayTips__Generate_btnDb ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UIPayTips__Generate_btnClose ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UIPayTips__Generate_textTitle ---@field public gameObject UnityEngine.GameObject ---@field public text TMPro.TextMeshProUGUI ---@class UIPayTips__Generate_AnyBtn ---@field public gameObject UnityEngine.GameObject ---@field public button UnityEngine.UI.Button ---@class UIPayTips__Generate_uIAnimator ---@field public gameObject UnityEngine.GameObject ---@field public animator UnityEngine.Animator ---@class UIPayTips__Generate ---@field private gameObject UnityEngine.GameObject ---@field private transform UnityEngine.Transform ---@field private uIAnimator UIPayTips__Generate_uIAnimator ---@field private AnyBtn UIPayTips__Generate_AnyBtn ---@field private textTitle UIPayTips__Generate_textTitle ---@field private btnClose UIPayTips__Generate_btnClose ---@field private btnDb UIPayTips__Generate_btnDb ---@field private dbPrice UIPayTips__Generate_dbPrice ---@field private btnRmb UIPayTips__Generate_btnRmb ---@field private rmbPrice UIPayTips__Generate_rmbPrice local UIPayTipsView = class("UIPayTipsView") function UIPayTipsView:ctor() end ---@private function UIPayTipsView:SetActive(result) self.gameObject:SetActive(result) end ---@private function UIPayTipsView:InitGenerate(Root, data) self.transform = Root self.inited = true 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) end ---@private function UIPayTipsView:InitGenerate__1(Root, data) --[[ Root --]] end ---@private function UIPayTipsView:InitGenerate__2(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 UIPayTipsView:InitGenerate__3(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 UIPayTipsView:InitGenerate__4(Root, data) --[[ UIAnimator/Window/TextTitle --]] local tmp = Root:Find("UIAnimator/Window/TextTitle").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.textTitle = tmp tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI) end ---@private function UIPayTipsView:InitGenerate__5(Root, data) --[[ UIAnimator/Window/BtnClose/BtnClose --]] local tmp = Root:Find("UIAnimator/Window/BtnClose/BtnClose").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.btnClose = tmp tmp.button = tmp:GetComponent(Enum.TypeInfo.Button) end ---@private function UIPayTipsView:InitGenerate__6(Root, data) --[[ UIAnimator/Window/Bottom/BtnDb --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnDb").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.btnDb = tmp tmp.button = tmp:GetComponent(Enum.TypeInfo.Button) end ---@private function UIPayTipsView:InitGenerate__7(Root, data) --[[ UIAnimator/Window/Bottom/BtnDb/Content/dbPrice --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnDb/Content/dbPrice").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.dbPrice = tmp end ---@private function UIPayTipsView:InitGenerate__8(Root, data) --[[ UIAnimator/Window/Bottom/BtnDb/Content/dbPrice/Icon --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnDb/Content/dbPrice/Icon").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.dbPrice.icon = tmp tmp.image = tmp:GetComponent(Enum.TypeInfo.Image) end ---@private function UIPayTipsView:InitGenerate__9(Root, data) --[[ UIAnimator/Window/Bottom/BtnDb/Content/dbPrice/Currency --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnDb/Content/dbPrice/Currency").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.dbPrice.currency = tmp tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI) end ---@private function UIPayTipsView:InitGenerate__10(Root, data) --[[ UIAnimator/Window/Bottom/BtnDb/Content/dbPrice/Number --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnDb/Content/dbPrice/Number").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.dbPrice.number = tmp tmp.text = tmp:GetComponent(Enum.TypeInfo.Text) end ---@private function UIPayTipsView:InitGenerate__11(Root, data) --[[ UIAnimator/Window/Bottom/BtnRmb --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnRmb").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.btnRmb = tmp tmp.button = tmp:GetComponent(Enum.TypeInfo.Button) end ---@private function UIPayTipsView:InitGenerate__12(Root, data) --[[ UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.rmbPrice = tmp end ---@private function UIPayTipsView:InitGenerate__13(Root, data) --[[ UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice/Icon --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice/Icon").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.rmbPrice.icon = tmp tmp.image = tmp:GetComponent(Enum.TypeInfo.Image) end ---@private function UIPayTipsView:InitGenerate__14(Root, data) --[[ UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice/Currency --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice/Currency").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.rmbPrice.currency = tmp tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI) end ---@private function UIPayTipsView:InitGenerate__15(Root, data) --[[ UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice/Number --]] local tmp = Root:Find("UIAnimator/Window/Bottom/BtnRmb/Content/rmbPrice/Number").gameObject if tolua.getpeer(tmp) == nil then tolua.setpeer(tmp, {}) end self.rmbPrice.number = tmp tmp.text = tmp:GetComponent(Enum.TypeInfo.Text) end ---@private function UIPayTipsView:GenerateDestroy() if tolua.getpeer(self.rmbPrice.number) ~= nil then tolua.setpeer(self.rmbPrice.number, nil) end if tolua.getpeer(self.rmbPrice.currency) ~= nil then tolua.setpeer(self.rmbPrice.currency, nil) end if tolua.getpeer(self.rmbPrice.icon) ~= nil then tolua.setpeer(self.rmbPrice.icon, nil) end if tolua.getpeer(self.dbPrice.number) ~= nil then tolua.setpeer(self.dbPrice.number, nil) end if tolua.getpeer(self.dbPrice.currency) ~= nil then tolua.setpeer(self.dbPrice.currency, nil) end if tolua.getpeer(self.dbPrice.icon) ~= nil then tolua.setpeer(self.dbPrice.icon, 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.textTitle) ~= nil then tolua.setpeer(self.textTitle, nil) end self.textTitle = nil if tolua.getpeer(self.btnClose) ~= nil then tolua.setpeer(self.btnClose, nil) end self.btnClose = nil if tolua.getpeer(self.btnDb) ~= nil then tolua.setpeer(self.btnDb, nil) end self.btnDb = nil if tolua.getpeer(self.dbPrice) ~= nil then tolua.setpeer(self.dbPrice, nil) end self.dbPrice = nil if tolua.getpeer(self.btnRmb) ~= nil then tolua.setpeer(self.btnRmb, nil) end self.btnRmb = nil if tolua.getpeer(self.rmbPrice) ~= nil then tolua.setpeer(self.rmbPrice, nil) end self.rmbPrice = nil self.transform = nil self.gameObject = nil self.inited = false end return UIPayTipsView