Difference between revisions of "B2.Contact:setFriction"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Overrides the default friction mixture. You can call this in pre-solve event. This value per...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.Contact:setFriction(friction,)
+
b2.Contact:setFriction(friction)
 
</source>
 
</source>
 
'''friction:''' (number)  ''''''<br/>
 
'''friction:''' (number)  ''''''<br/>

Revision as of 11:11, 23 August 2018

Available since: Gideros 2012.09.6

Description


Overrides the default friction mixture. You can call this in pre-solve event. This value persists until set or reset.

 b2.Contact:setFriction(friction)

'friction: (number) '