---@class KLAppearGroupPanelView:UIKmlLuaViewBase local KLAppearGroupPanelView = {} setmetatable(KLAppearGroupPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/AppearGroup/Panel/KLAppearGroup/KLAppearGroupPanelKml' KLAppearGroupPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLAppearGroupPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLAppearGroupPanelView.content) end return KLAppearGroupPanelView