Table of Contents

Class DragDropManipulator

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
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

root GraphView
onDragObjectPerformEvent Action<Object, Vector2>
dragElementPerformEvent Action<List<ISelectable>, GraphElement, Vector2>

Methods

RegisterCallbacksOnTarget()

protected override void RegisterCallbacksOnTarget()

UnregisterCallbacksFromTarget()

protected override void UnregisterCallbacksFromTarget()