private static void Init()
        {
            GetCurrentWindow();

            thisWindow.minSize           = new Vector2(windowWidth, windowHeight);
            thisWindow.titleContent.text = "MA_ExportTextureAtlas";

            thisWindow.Show();
        }
Beispiel #2
0
        private static void Init()
        {
            GetCurrentWindow();

            thisWindow.minSize = new Vector2(420, 200);
            thisWindow.maxSize = new Vector2(420, 200);

            thisWindow.titleContent.text = "MA_ExportTextureAtlas";

            thisWindow.Show();
        }