1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Add comment for Open method

This commit is contained in:
Robin Neal 2019-04-02 12:00:15 +01:00
parent 71c395371e
commit 4a7ebbda54

View File

@ -164,6 +164,7 @@ namespace XNodeEditor {
return false;
}
/// <summary>Open the provided graph in the NodeEditor</summary>
public static void Open(XNode.NodeGraph graph) {
if (!graph)
return;