summaryrefslogtreecommitdiff
path: root/doc/classes/SliderJoint3D.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2020-12-24 10:10:56 +0100
committerGitHub <noreply@github.com>2020-12-24 10:10:56 +0100
commitdbd00d932e27088f6f8a8fc88e5dd75796719ada (patch)
tree0df8d08c3dc872dab6f2e4303b1d4371cdc4d51e /doc/classes/SliderJoint3D.xml
parent6063af6788feb31665b7be2cc629fd7a0f7673e2 (diff)
parent27f964d5380134c6384cd2cc1331f0db7b46d755 (diff)
Merge pull request #44636 from Calinou/doc-sliderjoint3d-description
Fix confusing SliderJoint3D brief description
Diffstat (limited to 'doc/classes/SliderJoint3D.xml')
-rw-r--r--doc/classes/SliderJoint3D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/SliderJoint3D.xml b/doc/classes/SliderJoint3D.xml
index efd6353e3c..ef9c9a48b6 100644
--- a/doc/classes/SliderJoint3D.xml
+++ b/doc/classes/SliderJoint3D.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="SliderJoint3D" inherits="Joint3D" version="4.0">
<brief_description>
- Piston kind of slider between two bodies in 3D.
+ Slider between two PhysicsBodies in 3D.
</brief_description>
<description>
- Slides across the X axis of the pivot object.
+ Slides across the X axis of the pivot object. See also [Generic6DOFJoint3D].
</description>
<tutorials>
</tutorials>