ContainsPoint(Vector2)
Check if point is on top of edge.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public override bool ContainsPoint(Vector2 localPoint)
Parameters
The point's position.
Returns
Type | Description |
|---|---|
| bool | True if the point is on top of the edge. |