Method ContainsPoint
ContainsPoint(Vector2)
Checks if point is on top of edge.
Declaration
public override bool ContainsPoint(Vector2 localPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | localPoint | Point position. |
Returns
| Type | Description |
|---|---|
| bool | True if point is on top of edge. False otherwise. |
Overrides
UnityEditor.Experimental.GraphView.Edge.ContainsPoint(UnityEngine.Vector2)