Exemple #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();
    }