DragUpdated(DragUpdatedEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)
This method is automatically called when a drag updated event occurs.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual bool DragUpdated(DragUpdatedEvent evt, IEnumerable<ISelectable> selection, IDropTarget dropTarget, ISelection dragSource)
Parameters
The event.
The selected elements.
The drop target.
The drag source.
Returns
Type | Description |
|---|---|
| bool | Returns event propagation. |