summaryrefslogtreecommitdiffstats
path: root/doc/classes/PinJoint3D.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-12-24 01:46:56 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-12-24 01:48:31 +0100
commit27f964d5380134c6384cd2cc1331f0db7b46d755 (patch)
tree556b58b27962d86592cb7de2f9d243c3eb4657a6 /doc/classes/PinJoint3D.xml
parentc4c211c3b7608f79457f16bb42ad8839a9cdcf5a (diff)
downloadredot-engine-27f964d5380134c6384cd2cc1331f0db7b46d755.tar.gz
Fix confusing SliderJoint3D brief description
Diffstat (limited to 'doc/classes/PinJoint3D.xml')
-rw-r--r--doc/classes/PinJoint3D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PinJoint3D.xml b/doc/classes/PinJoint3D.xml
index 0af1e60839..267ea38873 100644
--- a/doc/classes/PinJoint3D.xml
+++ b/doc/classes/PinJoint3D.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PinJoint3D" inherits="Joint3D" version="4.0">
<brief_description>
- Pin joint for 3D shapes.
+ Pin joint for 3D PhysicsBodies.
</brief_description>
<description>
- Pin joint for 3D rigid bodies. It pins 2 bodies (rigid or static) together.
+ Pin joint for 3D rigid bodies. It pins 2 bodies (rigid or static) together. See also [Generic6DOFJoint3D].
</description>
<tutorials>
</tutorials>