# EdgeManipulator

> Edge manipulator used to drag edges off ports and reconnect them elsewhere.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor
* **Inherits from:** [PointerManipulator](/engine/6000.7/script-reference/unityengine/uielements/pointermanipulator.md)
* **Implements:** [IManipulator](/engine/6000.7/script-reference/unityengine/uielements/imanipulator.md)

```csharp
public class EdgeManipulator : PointerManipulator, IManipulator
```

## Constructors

| Constructor                                                                                                     | Description                    |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [EdgeManipulator()](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/ctor.md) | EdgeManipulator's constructor. |

## Methods

| Method                                                                                                                                               | Description                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [OnKeyDown](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onkeydown.md)                                         | Handle key down event.                                          |
| [OnMouseDown](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onmousedown.md)                                     | Handle mouse down event.                                        |
| [OnMouseMove](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onmousemove.md)                                     | Handle mouse move event.                                        |
| [OnMouseUp](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onmouseup.md)                                         | Handle mouse up event.                                          |
| [OnPointerDown](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onpointerdown.md)                                 | Called when a pointer down event occurs.                        |
| [OnPointerMove](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onpointermove.md)                                 | Called when a pointer move event occurs.                        |
| [OnPointerUp](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/onpointerup.md)                                     | Called when a pointer up event occurs.                          |
| [RegisterCallbacksOnTarget](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/registercallbacksontarget.md)         | Called to register click event callbacks on the target element. |
| [UnregisterCallbacksFromTarget](/engine/6000.7/script-reference/unityeditor/experimental/graphview/edgemanipulator/unregistercallbacksfromtarget.md) | Called to unregister event callbacks from the target element.   |

## Inheritance

**Inherited Members:**

* [PointerManipulator.CanStartManipulation(IPointerEvent)](/engine/6000.7/script-reference/unityengine/uielements/pointermanipulator/canstartmanipulation.md)
* [PointerManipulator.CanStopManipulation(IPointerEvent)](/engine/6000.7/script-reference/unityengine/uielements/pointermanipulator/canstopmanipulation.md)
* [MouseManipulator.CanStartManipulation(IMouseEvent)](/engine/6000.7/script-reference/unityengine/uielements/mousemanipulator/canstartmanipulation.md)
* [MouseManipulator.CanStopManipulation(IMouseEvent)](/engine/6000.7/script-reference/unityengine/uielements/mousemanipulator/canstopmanipulation.md)
* [MouseManipulator.activators](/engine/6000.7/script-reference/unityengine/uielements/mousemanipulator/activators.md)
* [Manipulator.target](/engine/6000.7/script-reference/unityengine/uielements/manipulator/target.md)
