Exemplo n.º 1
0
        public static void AddWindow()
        {
            TabulationWindow windows = (TabulationWindow)EditorWindow.GetWindow(typeof(TabulationWindow), true, "json 编辑(第一节点为数组式的)");

            windows.Show();
        }