少年修仙传客户端基础资源
hch
2024-05-20 63ab36b08e46a5889b36d75024d6992c69b418fb
Assets/Editor/Tool/ExportPrefabsIMG.cs
@@ -4,9 +4,8 @@
using UnityEditor;
using System.IO;
using UnityEngine.UI;
using Snxxz.UI;
using System.Windows.Forms;
using dnlib.DotNet;
using vnxbqy.UI;
//导出已打开的(或者指定名)界面用到的图片 
@@ -40,7 +39,7 @@
    static void Init()
    {
        exportType = 0;
        window = GetWindow(typeof(ExportPrefabsIMG), true, "导出界面图片,运行时导出会更准确") as ExportPrefabsIMG;
        window = GetWindow(typeof(ExportPrefabsIMG), false, "导出界面图片,运行时导出会更准确") as ExportPrefabsIMG;
        window.position = new Rect(UnityEngine.Screen.width / 2, UnityEngine.Screen.height / 2, 300, 700);
        window.Show();
    }