Difference between revisions of "B2.Body:setAngularDamping"

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

Revision as of 11:17, 23 August 2018

Available since: Gideros 2012.2.2

Description


Sets the angular damping of the body.

 b2.Body:setAngularDamping(angularDamping)

'angularDamping: (number) new angular damping of the body '