HandleMouseDown(MouseDownEvent)
Handle mouse down event.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public abstract bool HandleMouseDown(MouseDownEvent evt)
Parameters
The event.
Returns
Type | Description |
|---|---|
| bool | True if the drag has been started. False otherwise. |