Difference between revisions of "B2.MouseJoint:getDampingRatio"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Returns the damping ratio. 0 = no damping, 1 = critical damping.
 
Returns the damping ratio. 0 = no damping, 1 = critical damping.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = b2.MouseJoint:getDampingRatio()
 
(number) = b2.MouseJoint:getDampingRatio()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 18:06, 12 July 2023


Available since: Gideros 2011.6
Class: b2.MouseJoint

Description

Returns the damping ratio. 0 = no damping, 1 = critical damping.

(number) = b2.MouseJoint:getDampingRatio()

Return values

Returns (number) the damping ratio




LiquidFun