コード例 #1
0
ファイル: JsonEditor.cs プロジェクト: xmwhune/NewFramework
        public static void AddWindow()
        {
            TabulationWindow windows = (TabulationWindow)EditorWindow.GetWindow(typeof(TabulationWindow), true, "json 编辑(第一节点为数组式的)");

            windows.Show();
        }