HitTest(Vector2)
See if point is on target.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
bool HitTest(Vector2 localPoint)
Parameters
The point.
Returns
Type | Description |
|---|---|
| bool | True if on target. |