Version: 2019.1
Experimental: this API is experimental and might be changed or removed in the future.

EdgeConnector<T0>

class in UnityEditor.Experimental.UIElements.GraphView

/

Inherits from:Experimental.UIElements.GraphView.EdgeConnector

Switch to Manual

Description

Manipulator for creating new edges.

Variables

edgeDragHelperReference to the edge drag helper.

Constructors

EdgeConnector_1EdgeConnector's constructor.

Protected Functions

OnMouseDownCalled on mouse down event.
OnMouseMoveCalled on mouse move event.
OnMouseUpCalled on mouse up event.
RegisterCallbacksOnTargetCalled to register click event callbacks on the target element.
UnregisterCallbacksFromTargetCalled to unregister event callbacks from the target element.

Inherited members

Variables

edgeDragHelperReference to the edge drag helper.
targetThe element that handles the interaction.