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