summaryrefslogtreecommitdiffstats
path: root/doc/classes/ConvexPolygonShape2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ConvexPolygonShape2D.xml')
-rw-r--r--doc/classes/ConvexPolygonShape2D.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml
index 91c823f780..a670ddc9cd 100644
--- a/doc/classes/ConvexPolygonShape2D.xml
+++ b/doc/classes/ConvexPolygonShape2D.xml
@@ -12,13 +12,6 @@
<demos>
</demos>
<methods>
- <method name="get_points" qualifiers="const">
- <return type="PoolVector2Array">
- </return>
- <description>
- Returns a list of points in either clockwise or counter clockwise order, forming a convex polygon.
- </description>
- </method>
<method name="set_point_cloud">
<return type="void">
</return>
@@ -28,15 +21,6 @@
Currently, this method does nothing.
</description>
</method>
- <method name="set_points">
- <return type="void">
- </return>
- <argument index="0" name="points" type="PoolVector2Array">
- </argument>
- <description>
- Sets a list of points in either clockwise or counter clockwise order, forming a convex polygon.
- </description>
- </method>
</methods>
<members>
<member name="points" type="PoolVector2Array" setter="set_points" getter="get_points">