Interface IEdgeConnectorListener
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public interface IEdgeConnectorListener
Methods
| Improve this Doc View SourceOnDrop(GraphView, Edge)
Declaration
void OnDrop(GraphView graphView, Edge edge)
Parameters
Type | Name | Description |
---|---|---|
GraphView | graphView | |
Edge | edge |
OnDropOutsidePort(Edge, Vector2)
Declaration
void OnDropOutsidePort(Edge edge, Vector2 position)
Parameters
Type | Name | Description |
---|---|---|
Edge | edge | |
Vector2 | position |