Difference between revisions of "B2.DistanceJoint:setDampingRatio"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the damping ratio of this distance joint. 0 = no damping, 1 = critical damping. <br /> <br...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.DistanceJoint:setDampingRatio(ratio,)
+
b2.DistanceJoint:setDampingRatio(ratio)
 
</source>
 
</source>
'''ratio:''' (number) the damping ratio ''''''<br/>
+
'''ratio''': (number) the damping ratio ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the damping ratio of this distance joint. 0 = no damping, 1 = critical damping.

 b2.DistanceJoint:setDampingRatio(ratio)

'ratio: (number) the damping ratio '