Class DragDropManipulator
public class DragDropManipulator : PointerManipulator
- Inheritance
-
DragDropManipulator
Constructors
DragDropManipulator(GraphView, Action<Object, Vector2>, Action<List<ISelectable>, GraphElement, Vector2>)
public DragDropManipulator(GraphView root, Action<Object, Vector2> onDragObjectPerformEvent, Action<List<ISelectable>, GraphElement, Vector2> dragElementPerformEvent)
Parameters
rootGraphViewonDragObjectPerformEventAction<Object, Vector2>dragElementPerformEventAction<List<ISelectable>, GraphElement, Vector2>
Methods
RegisterCallbacksOnTarget()
protected override void RegisterCallbacksOnTarget()
UnregisterCallbacksFromTarget()
protected override void UnregisterCallbacksFromTarget()