Class Draggable
Inheritance
System.Object
Draggable
Namespace: UnityEditor.ShaderGraph.Drawing
Syntax
public class Draggable : MouseManipulator
Constructors
Draggable(Action<Vector2>, Boolean)
Declaration
public Draggable(Action<Vector2> handler, bool outputDeltaMovement = false)
Parameters
Type | Name | Description |
---|---|---|
Action<Vector2> | handler | |
System.Boolean | outputDeltaMovement |
Methods
RegisterCallbacksOnTarget()
Declaration
protected override void RegisterCallbacksOnTarget()
UnregisterCallbacksFromTarget()
Declaration
protected override void UnregisterCallbacksFromTarget()