Documented set_point_cloud() for ConvexPolygonShape2D

(cherry picked from commit 1d238c1835)
This commit is contained in:
Jared 2018-12-05 18:31:00 +02:00 committed by Rémi Verschelde
parent 1fae776445
commit 68148b16d3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<argument index="0" name="point_cloud" type="PoolVector2Array"> <argument index="0" name="point_cloud" type="PoolVector2Array">
</argument> </argument>
<description> <description>
Currently, this method does nothing. Based on the set of points provided, this creates and assigns the [member points] property using the convex hull algorithm. Removing all unneeded points. See [method Geometry.convex_hull_2d] for details.
</description> </description>
</method> </method>
</methods> </methods>