Difference between revisions of "B2.DistanceJoint:getDampingRatio"

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

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the damping ratio of this distance joint.

(number) = b2.DistanceJoint:getDampingRatio()

Returns (number) The damping ratio of this distance joint