summaryrefslogtreecommitdiff
path: root/doc/classes/Shape.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Shape.xml')
-rw-r--r--doc/classes/Shape.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml
index fcd01bc25a..bc1a429418 100644
--- a/doc/classes/Shape.xml
+++ b/doc/classes/Shape.xml
@@ -4,7 +4,7 @@
Base class for all 3D shape resources.
</brief_description>
<description>
- Base class for all 3D shape resources. All 3D shapes that inherit from this can be set into a [PhysicsBody] or [Area].
+ Base class for all 3D shape resources. Nodes that inherit from this can be used as shapes for a [PhysicsBody] or [Area] objects.
</description>
<tutorials>
<link>http://docs.godotengine.org/en/3.0/tutorials/physics/physics_introduction.html</link>
@@ -13,6 +13,10 @@
</demos>
<methods>
</methods>
+ <members>
+ <member name="margin" type="float" setter="set_margin" getter="get_margin">
+ </member>
+ </members>
<constants>
</constants>
</class>