Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
DampedSpringJoint2D¶
Inherits: Joint2D < Node2D < CanvasItem < Node < Object
A physics joint that connects two 2D physics bodies with a spring-like force.
Description¶
A physics joint that connects two 2D physics bodies with a spring-like force. This resembles a spring that always wants to stretch to a given length.
Properties¶
|
||
|
||
|
||
|
Property Descriptions¶
float damping = 1.0
The spring joint's damping ratio. A value between 0
and 1
. When the two bodies move into different directions the system tries to align them to the spring axis again. A high damping
value forces the attached bodies to align faster.
float length = 50.0
The spring joint's maximum length. The two attached bodies cannot stretch it past this value.
float rest_length = 0.0
void set_rest_length