---@class KLDisplayPanelView:UIKmlLuaViewBase ---@field hidePlayerModelToggle UIKmlLuaControl ---@field hidePlayerModelTxt UIKmlLuaControl ---@field hidePlayerSkillEffectToggle UIKmlLuaControl ---@field hidePlayerSkillEffectTxt UIKmlLuaControl ---@field hidePlayerWingToggle UIKmlLuaControl ---@field hidePlayerWingTxt UIKmlLuaControl ---@field hideMeWingToggle UIKmlLuaControl ---@field hideMeWingTxt UIKmlLuaControl ---@field hidePlayerFootprintToggle UIKmlLuaControl ---@field hidePlayerFootprintTxt UIKmlLuaControl ---@field hidePetModel UIKmlLuaControl ---@field hideMonsterModel UIKmlLuaControl ---@field hideMonsterSkillEffect UIKmlLuaControl ---@field IsPlayerNum UIKmlLuaControl ---@field SliderShowPlayer UIKmlLuaControl ---@field playerCount UIKmlLuaControl ---@field powerSaving1 UIKmlLuaControl ---@field powerSaving2 UIKmlLuaControl ---@field powerSaving3 UIKmlLuaControl ---@field selectMenu UIKmlLuaControl ---@field noHideBtn UIKmlLuaControl ---@field hideAllBtn UIKmlLuaControl ---@field hideUnioBtn UIKmlLuaControl ---@field hideEnemyBtn UIKmlLuaControl ---@field BtnReDefaultDispaly UIKmlLuaControl local KLDisplayPanelView = {} setmetatable(KLDisplayPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Setting/Panel/KLDisplay/KLDisplayPanelKml' KLDisplayPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLDisplayPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLDisplayPanelView.content) end return KLDisplayPanelView