Difference between revisions of "DistanceJoint:setDampingRatio"

m
Line 1: Line 1:
 +
{{newin|[[0.8.0]]|080|type=method}}
 +
 
Sets the damping ratio.
 
Sets the damping ratio.
  
Line 15: Line 17:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the damping ratio.}}
 
{{#set:Description=Sets the damping ratio.}}
{{#set:Since=000}}
+
{{#set:Since=080}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|DistanceJoint:setDampingRatio}}
 
{{i18n|DistanceJoint:setDampingRatio}}

Revision as of 17:30, 29 May 2013

Available since LÖVE 0.8.0
This method is not supported in earlier versions.


Sets the damping ratio.

Function

Synopsis

DistanceJoint:setDampingRatio( ratio )

Arguments

number ratio
The damping ratio.

Returns

Nothing.

See Also


Other Languages