mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
Changed window name to xNode
This commit is contained in:
parent
05f7b4ca82
commit
a1dd3bb9df
@ -27,10 +27,9 @@ namespace XNodeEditor {
|
||||
|
||||
partial void OnEnable();
|
||||
/// <summary> Create editor window </summary>
|
||||
//[MenuItem("Window/UNEC")]
|
||||
public static NodeEditorWindow Init() {
|
||||
NodeEditorWindow w = CreateInstance<NodeEditorWindow>();
|
||||
w.titleContent = new GUIContent("UNEC");
|
||||
w.titleContent = new GUIContent("xNode");
|
||||
w.wantsMouseMove = true;
|
||||
w.Show();
|
||||
return w;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user