DampedSpringJoint2D

Inherits: Joint2D < Node2D < CanvasItem < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

damping

1.0

float

length

50.0

float

rest_length

0.0

float

stiffness

20.0


Property Descriptions

float damping = 1.0

  • void set_damping ( float value )

  • float get_damping ( )

There is currently no description for this property. Please help us by contributing one!


float length = 50.0

  • void set_length ( float value )

  • float get_length ( )

There is currently no description for this property. Please help us by contributing one!


float rest_length = 0.0

  • void set_rest_length ( float value )

  • float get_rest_length ( )

There is currently no description for this property. Please help us by contributing one!


float stiffness = 20.0

  • void set_stiffness ( float value )

  • float get_stiffness ( )

There is currently no description for this property. Please help us by contributing one!