Esempio n. 1
0
    public void Show()
    {
        this.editorTable  = new EditorWindow_Table();
        this.editorAsset  = new EditorWindow_GenAssetBundle();
        this.editorScript = new EditorWindow_ScriptBuildDll();

        this.minSize = this.maxSize = new Vector2(1050, 600);
        base.Show();
    }
        public void Show()
        {
            this.editorTable  = new EditorWindow_Table();
            this.editorAsset  = new EditorWindow_BuildAssetBundle();
            this.editorScript = new EditorWindow_ScriptBuildDll();
            EXPORT_PATH       = BApplication.DevOpsPublishAssetsPath;

            this.minSize = this.maxSize = new Vector2(1000, 800);
            base.Show();
        }