onEdgeDrop property
Occurs when an edge is droped on the canvas without a target
Implementation
final Function(NodeSocketModel<E> source, Vector2 dropPosition)? onEdgeDrop;
Occurs when an edge is droped on the canvas without a target
final Function(NodeSocketModel<E> source, Vector2 dropPosition)? onEdgeDrop;