示例#1
0
 /// <summary> Create editor window </summary>
 public static NodeEditorWindow Init() {
     NodeEditorWindow w = CreateInstance<NodeEditorWindow>();
     w.titleContent = new GUIContent("xNode");
     w.wantsMouseMove = true;
     w.Show();
     return w;
 }