Difference between revisions of "DistanceJoint:setDampingRatio"

m
m (removed spam. (Undo revision 24816 by Nikhiltoky (talk)))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=method}}
+
{{newin|[[0.8.0]]|080|type=function|text=It has been renamed from [[DistanceJoint:setDamping]]}}
  
 
Sets the damping ratio.
 
Sets the damping ratio.

Latest revision as of 03:33, 12 January 2020

Available since LÖVE 0.8.0
It has been renamed from DistanceJoint:setDamping.


Sets the damping ratio.

Function

Synopsis

DistanceJoint:setDampingRatio( ratio )

Arguments

number ratio
The damping ratio.

Returns

Nothing.

See Also


Other Languages