Merge pull request #24178 from avencherus/doc-update

Documented set_point_cloud() for ConvexPolygonShape2D
This commit is contained in:
Rémi Verschelde 2018-12-06 09:17:25 +01:00 committed by GitHub
commit a7bd9f050f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
<argument index="0" name="point_cloud" type="PoolVector2Array">
</argument>
<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>
</method>
</methods>