Difference between revisions of "B2.Body:setAngularDamping"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.2.2<br/> | '''Available since:''' Gideros 2012.2.2<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets the angular damping of the body. <br /> | Sets the angular damping of the body. <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.Body:setAngularDamping(angularDamping) | b2.Body:setAngularDamping(angularDamping) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''angularDamping''': (number) new angular damping of the body <br/> | + | '''angularDamping''': (number) <translate>new angular damping of the body</translate> <br/> |
Revision as of 13:33, 23 August 2018
Available since: Gideros 2012.2.2
Description
Sets the angular damping of the body.
b2.Body:setAngularDamping(angularDamping)
Parameters
angularDamping: (number) new angular damping of the body