From 6b18614de7b4b5a67bbf6b357343bfdece7c3efb 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 --- 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 ec7583e68b7..62f8f00a82e 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.