From 24bdd0b9c1420fbb53d8fe0d0f18383f1bd8614b Mon Sep 17 00:00:00 2001 From: Bogdan Inculet Date: Thu, 25 Apr 2024 01:15:21 +0300 Subject: [PATCH] Deprecate unused paramater `angular_limit/softness` in HingeJoint3D --- doc/classes/HingeJoint3D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/HingeJoint3D.xml b/doc/classes/HingeJoint3D.xml index d150c79b781..f794853cafa 100644 --- a/doc/classes/HingeJoint3D.xml +++ b/doc/classes/HingeJoint3D.xml @@ -53,7 +53,7 @@ The lower this value, the more the rotation gets slowed down. - + The maximum rotation. Only active if [member angular_limit/enable] is [code]true[/code]. @@ -84,7 +84,7 @@ The speed with which the rotation across the axis perpendicular to the hinge gets corrected. - + The lower this value, the more the rotation gets slowed down.