コード例 #1
0
        private static void CreateViews()
        {
            if (thisWindow == null)
            {
                GetCurrentWindow();
            }

            thisWindow.settings      = MA_TextureAtlasserProUtils.LoadSettings();
            thisWindow.workView      = new MA_TextureAtlasserProWorkView(thisWindow, "workView");
            thisWindow.menuView      = new MA_TextureAtlasserProMenuView(thisWindow, "menuView");
            thisWindow.inspectorView = new MA_TextureAtlasserProInspectorView(thisWindow, "inspectorView");
            thisWindow.debugView     = new MA_TextureAtlasserProDebugView(thisWindow, "debugView");
        }