CanAcceptDrop(List<ISelectable>)
Indicates if the dragged source can be dropped on the target interface.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
bool CanAcceptDrop(List<ISelectable> selection)
Parameters
Selected elements.
Returns
Type | Description |
|---|---|
| bool | Returns true if the dragged source can be dropped on the target interface. Returns false otherwise. |