---@class KLUISkillInfoPanelView:UIKmlLuaViewBase ---@field KmlXWSkillInfoUI UIKmlLuaControl ---@field SkillTogGroup UIKmlLuaControl ---@field TextTitle UIKmlLuaControl ---@field BtnSkillSetting UIKmlLuaControl ---@field closeBtn UIKmlLuaControl ---@field listMask UIKmlLuaControl ---@field loopscrollview UIKmlLuaControl ---@field loopscrollviewData UIKmlLuaControl ---@field pageList UIKmlLuaControl ---@field pageData UIKmlLuaControl local KLUISkillInfoPanelView = {} setmetatable(KLUISkillInfoPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Skill/Panel/KLUISkillInfo/KLUISkillInfoPanelKml' KLUISkillInfoPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUISkillInfoPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUISkillInfoPanelView.content) end return KLUISkillInfoPanelView