class in UnityEditor.Experimental.GraphView
/
Inherits from:Experimental.GraphView.EdgeConnector
Manipulator for creating new edges.
Property | Description |
---|---|
edgeDragHelper | Reference to the edge drag helper. |
Constructor | Description |
---|---|
EdgeConnector_1 | EdgeConnector's constructor. |
Method | Description |
---|---|
Abort | Called when an edge creation is cancelled. |
OnMouseDown | Called on mouse down event. |
OnMouseMove | Called on mouse move event. |
OnMouseUp | Called on mouse up event. |
OnPointerDown | Called when a pointer down event occurs on the target element. |
OnPointerMove | Called when a pointer move event occurs on the target element. |
OnPointerUp | Called when a pointer up event occurs on the target element. |
RegisterCallbacksOnTarget | Called to register click event callbacks on the target element. |
UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |
Property | Description |
---|---|
edgeDragHelper | Reference to the edge drag helper. |
target | VisualElement being manipulated. |
activators | List of Activationfilters. |
Method | Description |
---|---|
CanStartManipulation | Checks whether MouseEvent satisfies all of the ManipulatorActivationFilter requirements. |
CanStopManipulation | Checks whether the MouseEvent is related to this Manipulator. |
CanStartManipulation | Checks whether PointerEvent satisfies all of the ManipulatorActivationFilter requirements. |
CanStopManipulation | Checks whether the PointerEvent is related to this Manipulator. |