| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- ---@class UIPvpSuppressTips__Generate_dsc
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UIPvpSuppressTips__Generate_cardBlessLv
- ---@field public gameObject UnityEngine.GameObject
- ---@field public lv0 UnityEngine.GameObject
- ---@field public lv1 UnityEngine.GameObject
- ---@field public lv2 UnityEngine.GameObject
- ---@field public lv3 UnityEngine.GameObject
- ---@field public lv4 UnityEngine.GameObject
- ---@field public lv5 UnityEngine.GameObject
- ---@field public lv6 UnityEngine.GameObject
- ---@field public lv7 UnityEngine.GameObject
- ---@field public lv8 UnityEngine.GameObject
- ---@field public lv9 UnityEngine.GameObject
- ---@field public lv10 UnityEngine.GameObject
- ---@field public lv11 UnityEngine.GameObject
- ---@class UIPvpSuppressTips__Generate_text
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UIPvpSuppressTips__Generate_AnyBtn
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UIPvpSuppressTips__Generate_uIAnimator
- ---@field public gameObject UnityEngine.GameObject
- ---@field public animator UnityEngine.Animator
- ---@class UIPvpSuppressTips__Generate
- ---@field private gameObject UnityEngine.GameObject
- ---@field private transform UnityEngine.Transform
- ---@field private uIAnimator UIPvpSuppressTips__Generate_uIAnimator
- ---@field private AnyBtn UIPvpSuppressTips__Generate_AnyBtn
- ---@field private window UnityEngine.GameObject
- ---@field private text UIPvpSuppressTips__Generate_text
- ---@field private cardBlessLv UIPvpSuppressTips__Generate_cardBlessLv
- ---@field private dsc UIPvpSuppressTips__Generate_dsc
- local UIPvpSuppressTipsView = class("UIPvpSuppressTipsView", require("UIViewBase"))
- function UIPvpSuppressTipsView:ctor()
- end
- ---@private
- function UIPvpSuppressTipsView:SetActive(result)
- self.gameObject:SetActive(result)
- end
- ---@private
- function UIPvpSuppressTipsView: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)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__1(Root, data)
- --[[
- Root
- --]]
- end
- ---@private
- function UIPvpSuppressTipsView: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 UIPvpSuppressTipsView: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 UIPvpSuppressTipsView:InitGenerate__4(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 UIPvpSuppressTipsView:InitGenerate__5(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/Text
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/Text").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.text = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__6(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv = tmp
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__7(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv0
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv0").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv0 = tmp
- self.cardBlessLv.lv0:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__8(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv1
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv1").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv1 = tmp
- self.cardBlessLv.lv1:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__9(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv2
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv2").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv2 = tmp
- self.cardBlessLv.lv2:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__10(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv3
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv3").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv3 = tmp
- self.cardBlessLv.lv3:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__11(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv4
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv4").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv4 = tmp
- self.cardBlessLv.lv4:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__12(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv5
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv5").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv5 = tmp
- self.cardBlessLv.lv5:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__13(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv6
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv6").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv6 = tmp
- self.cardBlessLv.lv6:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__14(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv7
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv7").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv7 = tmp
- self.cardBlessLv.lv7:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__15(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv8
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv8").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv8 = tmp
- self.cardBlessLv.lv8:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__16(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv9
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv9").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv9 = tmp
- self.cardBlessLv.lv9:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__17(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv10
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv10").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv10 = tmp
- self.cardBlessLv.lv10:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__18(Root, data)
- --[[
- UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv11
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/TopItem/CardBlessLv/Lv11").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.cardBlessLv.lv11 = tmp
- self.cardBlessLv.lv11:SetActive(false)
- end
- ---@private
- function UIPvpSuppressTipsView:InitGenerate__19(Root, data)
- --[[
- UIAnimator/Window/Bg/Dsc
- --]]
- local tmp = Root:Find("UIAnimator/Window/Bg/Dsc").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.dsc = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UIPvpSuppressTipsView:GenerateDestroy()
- if tolua.getpeer(self.cardBlessLv.lv11) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv11, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv10) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv10, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv9) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv9, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv8) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv8, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv7) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv7, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv6) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv6, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv5) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv5, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv4) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv4, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv3) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv3, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv2) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv2, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv1) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv1, nil)
- end
- if tolua.getpeer(self.cardBlessLv.lv0) ~= nil then
- tolua.setpeer(self.cardBlessLv.lv0, 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.text) ~= nil then
- tolua.setpeer(self.text, nil)
- end
- self.text = nil
- if tolua.getpeer(self.cardBlessLv) ~= nil then
- tolua.setpeer(self.cardBlessLv, nil)
- end
- self.cardBlessLv = nil
- if tolua.getpeer(self.dsc) ~= nil then
- tolua.setpeer(self.dsc, nil)
- end
- self.dsc = nil
- self.transform = nil
- self.gameObject = nil
- self.inited = false
- end
- return UIPvpSuppressTipsView
|