SelectionDragger
Selection dragger manipulator.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: Dragger
- Implements: IManipulator
public class SelectionDragger : Dragger, IManipulator
Constructors
Constructor | Description |
|---|---|
| SelectionDragger() | SelectionDragger's constructor. |
Methods
Method | Description |
|---|---|
| OnMouseDown | Called on mouse down event. |
| OnMouseMove | Called on mouse move event. |
| OnMouseUp | Called on mouse up event. |
| RegisterCallbacksOnTarget | Called to register click event callbacks on the target element. |
| UnregisterCallbacksFromTarget | Called to unregister event callbacks from the target element. |