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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml
index fcd01bc25a..53f0e1440c 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>