Controls spring parameters for a physics joint limits. If a limit is soft (body bounces back due to restition when the limit is reached) the spring will pull the body back towards the limit using the specified parameters.
Optional
Protected
Damping strength. Force propertional to the velocity error.
Spring strength. Force proportional to the position error.
Copies all properties defined by the prototype of Spring from other to this instance.
Spring
other
Clones this instance and returns a new Spring with identical values.
Determines if this Spring instance is equal to the other instance.
Static
Determines if both Spring instances are equal.
Controls spring parameters for a physics joint limits. If a limit is soft (body bounces back due to restition when the limit is reached) the spring will pull the body back towards the limit using the specified parameters.