mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Add warning to only use convex hull points when setting the point property for convex polygon shape
This commit is contained in:
parent
91b97dac03
commit
6b18614de7
@ -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 New Issue
Block a user