mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Adjusted comment for clarification
This commit is contained in:
parent
423d86293d
commit
22ffe445d4
@ -9,7 +9,7 @@ namespace XNode {
|
||||
private static PortDataCache portDataCache;
|
||||
private static bool Initialized { get { return portDataCache != null; } }
|
||||
|
||||
/// <summary> Update static and dynamic ports managed by DynamicPortLists to reflect class fields. </summary>
|
||||
/// <summary> Update static ports and dynamic ports managed by DynamicPortLists to reflect class fields. </summary>
|
||||
public static void UpdatePorts(Node node, Dictionary<string, NodePort> ports) {
|
||||
if (!Initialized) BuildCache();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user