Difference between revisions of "B2.Body:setAngularDamping"

From GiderosMobile
Line 8: Line 8:
 
  b2.Body:setAngularDamping(angularDamping)
 
  b2.Body:setAngularDamping(angularDamping)
 
</source>
 
</source>
'''angularDamping''': (number) new angular damping of the body ''''''<br/>
+
=== Parameters ===
 +
'''angularDamping''': (number) new angular damping of the body <br/>

Revision as of 11:44, 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