Skip to content

Commit 24bdd0b

Browse files
CrayolaEaterakien-mga
authored andcommitted
Deprecate unused paramater angular_limit/softness in HingeJoint3D
1 parent 92e726d commit 24bdd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/classes/HingeJoint3D.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<member name="angular_limit/relaxation" type="float" setter="set_param" getter="get_param" default="1.0">
5454
The lower this value, the more the rotation gets slowed down.
5555
</member>
56-
<member name="angular_limit/softness" type="float" setter="set_param" getter="get_param" default="0.9">
56+
<member name="angular_limit/softness" type="float" setter="set_param" getter="get_param" default="0.9" deprecated="This property is never set by the engine and is kept for compatibility purposes.">
5757
</member>
5858
<member name="angular_limit/upper" type="float" setter="set_param" getter="get_param" default="1.5708">
5959
The maximum rotation. Only active if [member angular_limit/enable] is [code]true[/code].
@@ -84,7 +84,7 @@
8484
<constant name="PARAM_LIMIT_BIAS" value="3" enum="Param">
8585
The speed with which the rotation across the axis perpendicular to the hinge gets corrected.
8686
</constant>
87-
<constant name="PARAM_LIMIT_SOFTNESS" value="4" enum="Param">
87+
<constant name="PARAM_LIMIT_SOFTNESS" value="4" enum="Param" deprecated="This property is never used by the engine and is kept for compatibility purpose.">
8888
</constant>
8989
<constant name="PARAM_LIMIT_RELAXATION" value="5" enum="Param">
9090
The lower this value, the more the rotation gets slowed down.

0 commit comments

Comments
 (0)