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:
parent
71c395371e
commit
4a7ebbda54
@ -164,6 +164,7 @@ namespace XNodeEditor {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>Open the provided graph in the NodeEditor</summary>
|
||||||
public static void Open(XNode.NodeGraph graph) {
|
public static void Open(XNode.NodeGraph graph) {
|
||||||
if (!graph)
|
if (!graph)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user