Esempio n. 1
0
 public void DrawConnections()
 {
     foreach (NodeInput connection in connections)
     {
         OuUIUtility.DrawLine(this.rect.center, connection.rect.center);
     }
 }