ContainsPoint(Vector2)
Checks if point is on top of edge.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public override bool ContainsPoint(Vector2 localPoint)
Parameters
Point position.
Returns
Type | Description |
|---|---|
| bool | True if point is on top of edge. False otherwise. |