---@class KLJoyStickPanelView:UIKmlLuaViewBase ---@field JoyStickBg UIKmlLuaControl ---@field JoyStickBgSmall UIKmlLuaControl ---@field JoyStick UIKmlLuaControl local KLJoyStickPanelView = {} setmetatable(KLJoyStickPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/MainUI/Panel/KLJoyStick/KLJoyStickPanelKml' KLJoyStickPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLJoyStickPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLJoyStickPanelView.content) end return KLJoyStickPanelView