diff --git a/Scripts/Editor/NodeEditorWindow.cs b/Scripts/Editor/NodeEditorWindow.cs index 84827fa..505866d 100644 --- a/Scripts/Editor/NodeEditorWindow.cs +++ b/Scripts/Editor/NodeEditorWindow.cs @@ -164,6 +164,7 @@ namespace XNodeEditor { return false; } + /// Open the provided graph in the NodeEditor public static void Open(XNode.NodeGraph graph) { if (!graph) return;