1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- ---@class KLShapeShiftCardInlayPanelView:UIKmlLuaViewBase
- ---@field img_25 UIKmlLuaControl
- ---@field img2 UIKmlLuaControl
- ---@field panel_item UIKmlLuaControl
- ---@field equip_part_4 UIKmlLuaControl
- ---@field item_equip_4 UIKmlLuaControl
- ---@field equip_part_6 UIKmlLuaControl
- ---@field item_equip_6 UIKmlLuaControl
- ---@field equip_part_7 UIKmlLuaControl
- ---@field item_equip_7 UIKmlLuaControl
- ---@field equip_part_8 UIKmlLuaControl
- ---@field item_equip_8 UIKmlLuaControl
- ---@field equip_part_1 UIKmlLuaControl
- ---@field item_equip_1 UIKmlLuaControl
- ---@field equip_part_2 UIKmlLuaControl
- ---@field item_equip_2 UIKmlLuaControl
- ---@field equip_part_10 UIKmlLuaControl
- ---@field item_equip_10 UIKmlLuaControl
- ---@field equip_part_11 UIKmlLuaControl
- ---@field item_equip_11 UIKmlLuaControl
- ---@field equip_part_12 UIKmlLuaControl
- ---@field item_equip_12 UIKmlLuaControl
- ---@field equip_part_13 UIKmlLuaControl
- ---@field item_equip_13 UIKmlLuaControl
- ---@field equip_part_5 UIKmlLuaControl
- ---@field item_equip_5 UIKmlLuaControl
- ---@field equip_part_9 UIKmlLuaControl
- ---@field item_equip_9 UIKmlLuaControl
- ---@field osa_card_list UIKmlLuaControl
- ---@field datalist_30 UIKmlLuaControl
- ---@field img_equip_part_select UIKmlLuaControl
- ---@field panel_lapse UIKmlLuaControl
- ---@field text_75 UIKmlLuaControl
- ---@field layout_all_attr UIKmlLuaControl
- ---@field panel_77 UIKmlLuaControl
- ---@field text_78 UIKmlLuaControl
- ---@field img_79 UIKmlLuaControl
- ---@field img_80 UIKmlLuaControl
- ---@field img_left_tips UIKmlLuaControl
- ---@field osa_attr_list_left UIKmlLuaControl
- ---@field datalist_132 UIKmlLuaControl
- ---@field panel_82 UIKmlLuaControl
- ---@field text_83 UIKmlLuaControl
- ---@field img_84 UIKmlLuaControl
- ---@field img_85 UIKmlLuaControl
- ---@field img_right_tips UIKmlLuaControl
- ---@field osa_attr_list_right UIKmlLuaControl
- ---@field datalist_139 UIKmlLuaControl
- ---@field panel_cards UIKmlLuaControl
- ---@field img5 UIKmlLuaControl
- ---@field text17 UIKmlLuaControl
- ---@field btn_card_close UIKmlLuaControl
- ---@field osa_card_house_list UIKmlLuaControl
- ---@field osa_card_house_datalist UIKmlLuaControl
- local KLShapeShiftCardInlayPanelView = {}
- setmetatable(KLShapeShiftCardInlayPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/ShapeShiftCard/Panel/KLShapeShiftCardInlay/KLShapeShiftCardInlayPanelKml'
- KLShapeShiftCardInlayPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLShapeShiftCardInlayPanelView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLShapeShiftCardInlayPanelView.content)
- end
- return KLShapeShiftCardInlayPanelView
|