| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- ---@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", require("UIViewBase"))
- 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
- 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)
- 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
|