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