HitTest(Vector2)
See if point is over the GraphElement.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public virtual bool HitTest(Vector2 localPoint)
Parameters
The point.
Returns
Type | Description |
|---|---|
| bool | Returns true if point is over the GraphElement. Returns false otherwise. |