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

        windows.Show();
    }