From 098a8dab0d85fd2182ab9ba71bfe42fb827e2422 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Wed, 29 Dec 2021 21:16:56 -0500 Subject: [PATCH] Add warning to only use convex hull points when setting the point property for convex polygon shape (cherry picked from commit 6b18614de7b4b5a67bbf6b357343bfdece7c3efb) --- doc/classes/ConvexPolygonShape2D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml index a3a5ce8919a..643153de6c5 100644 --- a/doc/classes/ConvexPolygonShape2D.xml +++ b/doc/classes/ConvexPolygonShape2D.xml @@ -20,7 +20,7 @@ - The polygon's list of vertices. Can be in either clockwise or counterclockwise order. + The polygon's list of vertices. Can be in either clockwise or counterclockwise order. Only set this property with convex hull points, use [method set_point_cloud] to generate a convex hull shape from concave shape points.