Function GridNode.ResetConnectionsInternal
ResetConnectionsInternal
()
Disables all grid connections from this node.
Public
void ResetConnectionsInternal ()
Disables all grid connections from this node.
Note
Other nodes might still be able to get to this node. Therefore it is recommended to also disable the relevant connections on adjacent nodes.
Warning
Using this method can make the graph data inconsistent. It's recommended to use other ways to update the graph, instead.