summaryrefslogtreecommitdiff
path: root/doc/classes/ConcavePolygonShape3D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ConcavePolygonShape3D.xml')
-rw-r--r--doc/classes/ConcavePolygonShape3D.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/ConcavePolygonShape3D.xml b/doc/classes/ConcavePolygonShape3D.xml
index b510905d1f..34fb06a476 100644
--- a/doc/classes/ConcavePolygonShape3D.xml
+++ b/doc/classes/ConcavePolygonShape3D.xml
@@ -12,17 +12,14 @@
</tutorials>
<methods>
<method name="get_faces" qualifiers="const">
- <return type="PackedVector3Array">
- </return>
+ <return type="PackedVector3Array" />
<description>
Returns the faces (an array of triangles).
</description>
</method>
<method name="set_faces">
- <return type="void">
- </return>
- <argument index="0" name="faces" type="PackedVector3Array">
- </argument>
+ <return type="void" />
+ <argument index="0" name="faces" type="PackedVector3Array" />
<description>
Sets the faces (an array of triangles).
</description>