DragLeave(DragLeaveEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
This method is automatically called when the dragged source no longer intersects the drop target.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
bool DragLeave(DragLeaveEvent evt, IEnumerable<ISelectable> selection, IDropTarget leftTarget, ISelection dragSource)
Parameters
The event.
The selected elements.
The drop target.
The drag source.
Returns
Type | Description |
|---|---|
| bool | Returns event propagation. |