Merge pull request #56334 from skyace65/ConvexWarning
Add warning to only use convex hull points when setting the point property of convex polygon 2D
This commit is contained in:
commit
54132ba788
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
</methods>
|
||||
<members>
|
||||
<member name="points" type="PackedVector2Array" setter="set_points" getter="get_points" default="PackedVector2Array()">
|
||||
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.
|
||||
</member>
|
||||
</members>
|
||||
</class>
|
||||
|
|
Loading…
Reference in a new issue