HitTest(Vector2)
Determines whether the specified point is within the selectable area of the Scope.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public override bool HitTest(Vector2 localPoint)
Parameters
The point in local coordinates.
Returns
Type | Description |
|---|---|
| bool | Returns true if the point is within the selectable area of the Scope. Returns false otherwise. |