---@class KLShapeShiftCardItemView:UIKmlLuaViewBase ---@field panel_is UIKmlLuaControl ---@field panel_empty UIKmlLuaControl ---@field img_empty_bg UIKmlLuaControl ---@field img_empty_lock UIKmlLuaControl ---@field img_empty_add UIKmlLuaControl ---@field panel_card UIKmlLuaControl ---@field img_card_bg UIKmlLuaControl ---@field img_card_icon UIKmlLuaControl ---@field img_card_level UIKmlLuaControl ---@field text_card_name UIKmlLuaControl ---@field img_select UIKmlLuaControl ---@field item_equip_redPoint UIKmlLuaControl local KLShapeShiftCardItemView = {} setmetatable(KLShapeShiftCardItemView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/ShapeShiftCard/Item/KLShapeShiftCard/KLShapeShiftCardItemKml' KLShapeShiftCardItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLShapeShiftCardItemView:Init(parent) self:InitRoot(parent,kmlPath,KLShapeShiftCardItemView.content) end return KLShapeShiftCardItemView