Click or drag to resize

DampedSpringJoint2DStiffness Property

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Stiffness { get; set; }

Property Value

Type: Single
See Also