From 2e25bdf7cccacb5da4fe42bad9edd1cdea5b70c3 Mon Sep 17 00:00:00 2001 From: client_Wu Xijin <364452445@qq.com> Date: 星期四, 14 三月 2019 20:26:27 +0800 Subject: [PATCH] 3335 更新界面工具. --- Assets/Editor/Tool/FormatPrefabTool.cs | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/Assets/Editor/Tool/FormatPrefabTool.cs b/Assets/Editor/Tool/FormatPrefabTool.cs index 6ce52b8..588ff63 100644 --- a/Assets/Editor/Tool/FormatPrefabTool.cs +++ b/Assets/Editor/Tool/FormatPrefabTool.cs @@ -279,22 +279,6 @@ PasteImage(_item.stateIcon, _source.image); } break; - case ItemCellComType.Star: - if (_item.starlist != null) - { - PasteRectTransform(_item.starlist.transform as RectTransform, _source.transform); - int _index = 0; - foreach (RectTransform _rect in _item.starlist.transform) - { - if (_index >= _source.stars.Count) - { - break; - } - PasteImage(_rect.GetComponent<Image>(), _source.stars[_index]); - _index++; - } - } - break; case ItemCellComType.Lock: if (_item.auctionIcon != null) { -- Gitblit v1.8.0