Example #1
0
 public void OnBeginDrag(PointerEventData eventData)
 {
     if (type == SocketType.Output)
     {
         SignalSystem.InvokeRequestConnFrom(this);
     }
 }