Method Contains
Contains(Vector2)
Determines whether this PointShape2 contains the specified point.
bool Contains(Vector2 point)
Parameters
pointVector2The point.
Returns
- bool
trueif PointShape2 contains the specified point; otherwise,false.
Determines whether this PointShape2 contains the specified point.
bool Contains(Vector2 point)
point Vector2The point.
true if PointShape2 contains the specified point; otherwise, false.