summaryrefslogtreecommitdiff
path: root/doc/classes/ConvexPolygonShape2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ConvexPolygonShape2D.xml')
-rw-r--r--doc/classes/ConvexPolygonShape2D.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml
index d53900e6c5..243605e2b7 100644
--- a/doc/classes/ConvexPolygonShape2D.xml
+++ b/doc/classes/ConvexPolygonShape2D.xml
@@ -11,10 +11,8 @@
</tutorials>
<methods>
<method name="set_point_cloud">
- <return type="void">
- </return>
- <argument index="0" name="point_cloud" type="PackedVector2Array">
- </argument>
+ <return type="void" />
+ <argument index="0" name="point_cloud" type="PackedVector2Array" />
<description>
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 Geometry2D.convex_hull] for details.
</description>