Difference between revisions of "B2.Body:setLinearDamping"
From GiderosMobile
Line 8: | Line 8: | ||
b2.Body:setLinearDamping(linearDamping) | b2.Body:setLinearDamping(linearDamping) | ||
</source> | </source> | ||
− | '''linearDamping''': (number) new linear damping of the body | + | === Parameters === |
+ | '''linearDamping''': (number) new linear damping of the body <br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2012.2.2
Description
Sets the linear damping of the body.
b2.Body:setLinearDamping(linearDamping)
Parameters
linearDamping: (number) new linear damping of the body