Method HandleMouseDown
HandleMouseDown(MouseDownEvent)
Handle mouse down event.
Declaration
public override bool HandleMouseDown(MouseDownEvent evt)
Parameters
| Type | Name | Description | 
|---|---|---|
| MouseDownEvent | evt | The event.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the drag has been started. False otherwise.  | 
    
Overrides
UnityEditor.Experimental.GraphView.EdgeDragHelper.HandleMouseDown(UnityEngine.UIElements.MouseDownEvent)