---@class KLUIPlayerInfoPanelView:UIKmlLuaViewBase ---@field sliderExperience UIKmlLuaControl ---@field sliderExperience_ballEndPos UIKmlLuaControl ---@field experiencePercentage UIKmlLuaControl ---@field leftBg UIKmlLuaControl ---@field level UIKmlLuaControl ---@field right UIKmlLuaControl ---@field buffMenuBtn UIKmlLuaControl ---@field buffMenufoldBtn UIKmlLuaControl ---@field buffMenuexpandBtn UIKmlLuaControl ---@field experienceMenuexpandBtn UIKmlLuaControl ---@field mpContainer UIKmlLuaControl ---@field sliderMp UIKmlLuaControl ---@field mpTxt UIKmlLuaControl ---@field mpBg UIKmlLuaControl ---@field experienceMenufoldBtn UIKmlLuaControl ---@field atkModelMenu UIKmlLuaControl ---@field experienceList UIKmlLuaControl ---@field experience_content UIKmlLuaControl ---@field experience_list UIKmlLuaControl ---@field buffs_listContent UIKmlLuaControl ---@field buffs_list UIKmlLuaControl ---@field atkModel UIKmlLuaControl ---@field atkModelMenuBtn UIKmlLuaControl ---@field icon1 UIKmlLuaControl ---@field atkModelname UIKmlLuaControl ---@field experienceItem UIKmlLuaControl ---@field arrow1 UIKmlLuaControl ---@field icon2 UIKmlLuaControl ---@field experienceBg UIKmlLuaControl ---@field allExperienceTxt UIKmlLuaControl ---@field left UIKmlLuaControl ---@field hpContainer UIKmlLuaControl ---@field sliderHp UIKmlLuaControl ---@field hpBg UIKmlLuaControl ---@field hpTxt UIKmlLuaControl ---@field fast_grid UIKmlLuaControl ---@field fast_data_list UIKmlLuaControl ---@field sdContainer UIKmlLuaControl ---@field sliderSd UIKmlLuaControl ---@field sdTxt UIKmlLuaControl ---@field shieldContainer UIKmlLuaControl ---@field sliderShield UIKmlLuaControl ---@field shieldTxt UIKmlLuaControl ---@field sliderPower UIKmlLuaControl ---@field time UIKmlLuaControl ---@field MonthCardBtn UIKmlLuaControl local KLUIPlayerInfoPanelView = {} setmetatable(KLUIPlayerInfoPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/MainUI/Panel/KLUIPlayerInfo_PC/KLUIPlayerInfoPanelKml' KLUIPlayerInfoPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIPlayerInfoPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIPlayerInfoPanelView.content) end return KLUIPlayerInfoPanelView