| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- ---@class UIClimbingTowerBattleFailed__Generate_reopenBtn
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UIClimbingTowerBattleFailed__Generate_tips3_btnGo
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UIClimbingTowerBattleFailed__Generate_tips3_tipsContent
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UIClimbingTowerBattleFailed__Generate_tips3_tipsIcon
- ---@field public gameObject UnityEngine.GameObject
- ---@field public image UnityEngine.UI.Image
- ---@class UIClimbingTowerBattleFailed__Generate_tips3
- ---@field public gameObject UnityEngine.GameObject
- ---@field public tipsIcon UIClimbingTowerBattleFailed__Generate_tips3_tipsIcon
- ---@field public tipsContent UIClimbingTowerBattleFailed__Generate_tips3_tipsContent
- ---@field public btnGo UIClimbingTowerBattleFailed__Generate_tips3_btnGo
- ---@class UIClimbingTowerBattleFailed__Generate_tips2_btnGo
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UIClimbingTowerBattleFailed__Generate_tips2_tipsContent
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UIClimbingTowerBattleFailed__Generate_tips2_tipsIcon
- ---@field public gameObject UnityEngine.GameObject
- ---@field public image UnityEngine.UI.Image
- ---@class UIClimbingTowerBattleFailed__Generate_tips2
- ---@field public gameObject UnityEngine.GameObject
- ---@field public tipsIcon UIClimbingTowerBattleFailed__Generate_tips2_tipsIcon
- ---@field public tipsContent UIClimbingTowerBattleFailed__Generate_tips2_tipsContent
- ---@field public btnGo UIClimbingTowerBattleFailed__Generate_tips2_btnGo
- ---@class UIClimbingTowerBattleFailed__Generate_tips1_btnGo
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UIClimbingTowerBattleFailed__Generate_tips1_tipsContent
- ---@field public gameObject UnityEngine.GameObject
- ---@field public text UnityEngine.UI.Text
- ---@class UIClimbingTowerBattleFailed__Generate_tips1_tipsIcon
- ---@field public gameObject UnityEngine.GameObject
- ---@field public image UnityEngine.UI.Image
- ---@class UIClimbingTowerBattleFailed__Generate_tips1
- ---@field public gameObject UnityEngine.GameObject
- ---@field public tipsIcon UIClimbingTowerBattleFailed__Generate_tips1_tipsIcon
- ---@field public tipsContent UIClimbingTowerBattleFailed__Generate_tips1_tipsContent
- ---@field public btnGo UIClimbingTowerBattleFailed__Generate_tips1_btnGo
- ---@class UIClimbingTowerBattleFailed__Generate_AnyBtn
- ---@field public gameObject UnityEngine.GameObject
- ---@field public button UnityEngine.UI.Button
- ---@class UIClimbingTowerBattleFailed__Generate_uIAnimator
- ---@field public gameObject UnityEngine.GameObject
- ---@field public animator UnityEngine.Animator
- ---@class UIClimbingTowerBattleFailed__Generate
- ---@field private gameObject UnityEngine.GameObject
- ---@field private transform UnityEngine.Transform
- ---@field private uIAnimator UIClimbingTowerBattleFailed__Generate_uIAnimator
- ---@field private AnyBtn UIClimbingTowerBattleFailed__Generate_AnyBtn
- ---@field private tips1 UIClimbingTowerBattleFailed__Generate_tips1
- ---@field private tips2 UIClimbingTowerBattleFailed__Generate_tips2
- ---@field private tips3 UIClimbingTowerBattleFailed__Generate_tips3
- ---@field private reopenBtn UIClimbingTowerBattleFailed__Generate_reopenBtn
- local UIClimbingTowerBattleFailedView = class("UIClimbingTowerBattleFailedView", require("UIViewBase"))
- function UIClimbingTowerBattleFailedView:ctor()
- end
- ---@private
- function UIClimbingTowerBattleFailedView:SetActive(result)
- self.gameObject:SetActive(result)
- end
- ---@private
- function UIClimbingTowerBattleFailedView: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 UIClimbingTowerBattleFailedView: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 UIClimbingTowerBattleFailedView: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 UIClimbingTowerBattleFailedView:InitGenerate__3(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips1 = tmp
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__4(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1/Icon
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1/Icon").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips1.tipsIcon = tmp
- tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__5(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1/ItemTxt
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1/ItemTxt").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips1.tipsContent = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__6(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1/BtnGoto
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem1/BtnGoto").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips1.btnGo = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__7(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips2 = tmp
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__8(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2/Icon
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2/Icon").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips2.tipsIcon = tmp
- tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__9(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2/ItemTxt
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2/ItemTxt").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips2.tipsContent = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__10(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2/BtnGoto
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem2/BtnGoto").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips2.btnGo = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__11(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips3 = tmp
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__12(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3/Icon
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3/Icon").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips3.tipsIcon = tmp
- tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__13(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3/ItemTxt
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3/ItemTxt").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips3.tipsContent = tmp
- tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__14(Root, data)
- --[[
- UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3/BtnGoto
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/Goto/ItemScrollView/Viewport/Content/GotoIncreaseItem3/BtnGoto").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.tips3.btnGo = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:InitGenerate__15(Root, data)
- --[[
- UIAnimator/Window/BG/ReopenBtn
- --]]
- local tmp = Root:Find("UIAnimator/Window/BG/ReopenBtn").gameObject
- if tolua.getpeer(tmp) == nil then
- tolua.setpeer(tmp, {})
- end
- self.reopenBtn = tmp
- tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
- end
- ---@private
- function UIClimbingTowerBattleFailedView:GenerateDestroy()
- if tolua.getpeer(self.tips3.btnGo) ~= nil then
- tolua.setpeer(self.tips3.btnGo, nil)
- end
- if tolua.getpeer(self.tips3.tipsContent) ~= nil then
- tolua.setpeer(self.tips3.tipsContent, nil)
- end
- if tolua.getpeer(self.tips3.tipsIcon) ~= nil then
- tolua.setpeer(self.tips3.tipsIcon, nil)
- end
- if tolua.getpeer(self.tips2.btnGo) ~= nil then
- tolua.setpeer(self.tips2.btnGo, nil)
- end
- if tolua.getpeer(self.tips2.tipsContent) ~= nil then
- tolua.setpeer(self.tips2.tipsContent, nil)
- end
- if tolua.getpeer(self.tips2.tipsIcon) ~= nil then
- tolua.setpeer(self.tips2.tipsIcon, nil)
- end
- if tolua.getpeer(self.tips1.btnGo) ~= nil then
- tolua.setpeer(self.tips1.btnGo, nil)
- end
- if tolua.getpeer(self.tips1.tipsContent) ~= nil then
- tolua.setpeer(self.tips1.tipsContent, nil)
- end
- if tolua.getpeer(self.tips1.tipsIcon) ~= nil then
- tolua.setpeer(self.tips1.tipsIcon, 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.tips1) ~= nil then
- tolua.setpeer(self.tips1, nil)
- end
- self.tips1 = nil
- if tolua.getpeer(self.tips2) ~= nil then
- tolua.setpeer(self.tips2, nil)
- end
- self.tips2 = nil
- if tolua.getpeer(self.tips3) ~= nil then
- tolua.setpeer(self.tips3, nil)
- end
- self.tips3 = nil
- if tolua.getpeer(self.reopenBtn) ~= nil then
- tolua.setpeer(self.reopenBtn, nil)
- end
- self.reopenBtn = nil
- self.transform = nil
- self.gameObject = nil
- self.inited = false
- end
- return UIClimbingTowerBattleFailedView
|