Пример #1
0
 void RemoveConnections(GraphNode node)
 {
     //TODO, might be better to replace connection
     node.ClearConnections(true);
 }
Пример #2
0
 private void RemoveConnections(GraphNode node)
 {
     node.ClearConnections(true);
 }
Пример #3
0
		void RemoveConnections (GraphNode node) {
			//TODO, might be better to replace connection
			node.ClearConnections (true);
		}