Enum Physics2DServerSingleton.DampedStringParam
enum DampedStringParam
: int { ... }
Enum members
Name | Description |
dampedStringDamping
|
Sets the damping ratio of the spring joint. A value of 0 indicates an undamped spring, while 1 causes the system to reach equilibrium as fast as possible (critical damping).
|
dampedStringRestLength
|
Sets the resting length of the spring joint. The joint will always try to go to back this length when pulled apart.
|
dampedStringStiffness
|
Sets the stiffness of the spring joint. The joint applies a force equal to the stiffness times the distance from its resting length.
|