summaryrefslogtreecommitdiff
path: root/doc/classes/ConvexPolygonShape3D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ConvexPolygonShape3D.xml')
-rw-r--r--doc/classes/ConvexPolygonShape3D.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/classes/ConvexPolygonShape3D.xml b/doc/classes/ConvexPolygonShape3D.xml
new file mode 100644
index 0000000000..c036f80e2d
--- /dev/null
+++ b/doc/classes/ConvexPolygonShape3D.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="ConvexPolygonShape3D" inherits="Shape3D" version="4.0">
+ <brief_description>
+ Convex polygon shape for 3D physics.
+ </brief_description>
+ <description>
+ Convex polygon shape resource, which can be added to a [PhysicsBody3D] or area.
+ </description>
+ <tutorials>
+ </tutorials>
+ <methods>
+ </methods>
+ <members>
+ <member name="points" type="PackedVector3Array" setter="set_points" getter="get_points" default="PackedVector3Array( )">
+ The list of 3D points forming the convex polygon shape.
+ </member>
+ </members>
+ <constants>
+ </constants>
+</class>