GeometryIsPointInPolygon Method |
Returns true if point is inside polygon or if it's located exactly on polygon's boundary, otherwise returns false.
Namespace: Godot
public static bool IsPointInPolygon( Vector2 point, Vector2[] polygon )
[Missing <param name="point"/> documentation for "M:Godot.Geometry.IsPointInPolygon(Godot.Vector2,Godot.Vector2[])"]
[Missing <param name="polygon"/> documentation for "M:Godot.Geometry.IsPointInPolygon(Godot.Vector2,Godot.Vector2[])"]
[Missing <returns> documentation for "M:Godot.Geometry.IsPointInPolygon(Godot.Vector2,Godot.Vector2[])"]