123456789101112131415161718192021222324252627282930313233343536 |
- ---@class KLSiegeMainPanelView:UIKmlLuaViewBase
- ---@field img_33 UIKmlLuaControl
- ---@field img_34 UIKmlLuaControl
- ---@field btn_close UIKmlLuaControl
- ---@field img_36 UIKmlLuaControl
- ---@field img_36 UIKmlLuaControl
- ---@field btn_reward UIKmlLuaControl
- ---@field btn_go UIKmlLuaControl
- ---@field unionName UIKmlLuaControl
- ---@field role_mid UIKmlLuaControl
- ---@field role_left UIKmlLuaControl
- ---@field role_right UIKmlLuaControl
- ---@field HelpButton UIKmlLuaControl
- ---@field roleTitle1 UIKmlLuaControl
- ---@field roleTitle1_Name UIKmlLuaControl
- ---@field roleTitle2 UIKmlLuaControl
- ---@field roleTitle2_Name UIKmlLuaControl
- ---@field roleTitle3 UIKmlLuaControl
- ---@field roleTitle3_Name UIKmlLuaControl
- ---@field noPlayerBG1 UIKmlLuaControl
- ---@field noPlayerBG2 UIKmlLuaControl
- ---@field noPlayerBG3 UIKmlLuaControl
- ---@field img_20 UIKmlLuaControl
- ---@field TimeTitle UIKmlLuaControl
- ---@field TimeText UIKmlLuaControl
- ---@field OpenText UIKmlLuaControl
- local KLSiegeMainPanelView = {}
- setmetatable(KLSiegeMainPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/LoranSiege/Panel/KLSiegeMain/KLSiegeMainPanelKml'
- KLSiegeMainPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLSiegeMainPanelView:Init(parent)
- self:InitRoot(parent,kmlPath,KLSiegeMainPanelView.content)
- end
- return KLSiegeMainPanelView
|