DampedSpringJoint2D

Inherits: Joint2D < Node2D < CanvasItem < Node < Object

Damped spring constraint for 2D physics.

Description

Damped spring constraint for 2D physics. This resembles a spring joint that always wants to go back to a given length.

Properties

floatdamping1.0
floatlength50.0
floatrest_length0.0
floatstiffness20.0

Property Descriptions

Default1.0
Setterset_damping(value)
Getterget_damping()

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.


Default50.0
Setterset_length(value)
Getterget_length()

The spring joint’s maximum length. The two attached bodies cannot stretch it past this value.


Default0.0
Setterset_rest_length(value)
Getterget_rest_length()

When the bodies attached to the spring joint move they stretch or squash it. The joint always tries to resize towards this length.


Default20.0
Setterset_stiffness(value)
Getterget_stiffness()

The higher the value, the less the bodies attached to the joint will deform it. The joint applies an opposing force to the bodies, the product of the stiffness multiplied by the size difference from its resting length.