public UTNodeEditorDropTarget(DropActionsDelegate dropActionsHandler, UTNodeEditorModel model)
 {
     this.dropActionsHandler = dropActionsHandler;
     this.model = model;
 }
 public UTNodeEditorDropTarget(DropActionsDelegate dropActionsHandler, UTNodeEditorModel model)
 {
     this.dropActionsHandler = dropActionsHandler;
     this.model = model;
 }