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