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

EdgeConnector<T0>

class in UnityEditor.Experimental.UIElements.GraphView

/

Hereda de:Experimental.UIElements.GraphView.EdgeConnector

Cambiar al Manual

Descripción

Manipulator for creating new edges.

Variables

edgeDragHelperReference to the edge drag helper.

Constructores

EdgeConnector_1EdgeConnector's constructor.

Funciones Protegidas

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.

Miembros heredados

Variables

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