mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Deprecate unused paramater angular_limit/softness
in HingeJoint3D
This commit is contained in:
parent
92e726d8dc
commit
24bdd0b9c1
@ -53,7 +53,7 @@
|
||||
<member name="angular_limit/relaxation" type="float" setter="set_param" getter="get_param" default="1.0">
|
||||
The lower this value, the more the rotation gets slowed down.
|
||||
</member>
|
||||
<member name="angular_limit/softness" type="float" setter="set_param" getter="get_param" default="0.9">
|
||||
<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.">
|
||||
</member>
|
||||
<member name="angular_limit/upper" type="float" setter="set_param" getter="get_param" default="1.5708">
|
||||
The maximum rotation. Only active if [member angular_limit/enable] is [code]true[/code].
|
||||
@ -84,7 +84,7 @@
|
||||
<constant name="PARAM_LIMIT_BIAS" value="3" enum="Param">
|
||||
The speed with which the rotation across the axis perpendicular to the hinge gets corrected.
|
||||
</constant>
|
||||
<constant name="PARAM_LIMIT_SOFTNESS" value="4" enum="Param">
|
||||
<constant name="PARAM_LIMIT_SOFTNESS" value="4" enum="Param" deprecated="This property is never used by the engine and is kept for compatibility purpose.">
|
||||
</constant>
|
||||
<constant name="PARAM_LIMIT_RELAXATION" value="5" enum="Param">
|
||||
The lower this value, the more the rotation gets slowed down.
|
||||
|
Loading…
Reference in New Issue
Block a user