CanAcceptDrop(List<ISelectable>)
Indicates whether this StackNode accepts the current drop event.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public bool CanAcceptDrop(List<ISelectable> selection)
Parameters
"The selected GraphElements to be checked.
Returns
Type | Description |
|---|---|
| bool | Returns true if this StackNode accepts the current drop event. Returns false otherwise. |