Difference between revisions of "B2.Body:getAngularDamping"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the angular damping of the body. <br /> <br /> <source lang="lua"> (number), = b2.Bod...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.Body:getAngularDamping()
+
(number) = b2.Body:getAngularDamping()
 
</source>
 
</source>
 
'''Returns''' (number) The angular damping of the body<br/>
 
'''Returns''' (number) The angular damping of the body<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2012.2.2

Description


Returns the angular damping of the body.

(number) = b2.Body:getAngularDamping()

Returns (number) The angular damping of the body