Ejemplo n.º 1
0
 public void OnClickOutPoint(DSConnectionPoint outPoint)
 {
     selectedOutPoint = outPoint;
     if (selectedInPoint != null)
     {
         if (selectedOutPoint.nodeID != selectedInPoint.nodeID)
         {
             createConnection();
         }
         clearSelectedPoints();
     }
 }
Ejemplo n.º 2
0
 public void clearSelectedPoints()
 {
     selectedInPoint  = null;
     selectedOutPoint = null;
 }