Difference between revisions of "B2.Contact:setFriction"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.09.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Overrides the default friction mixture. You can call this in pre-solve event. This value persists until set or reset. <br /> | Overrides the default friction mixture. You can call this in pre-solve event. This value persists until set or reset. <br /> | ||
Line 8: | Line 8: | ||
b2.Contact:setFriction(friction) | b2.Contact:setFriction(friction) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''friction''': (number) <translate></translate> <br/> | '''friction''': (number) <translate></translate> <br/> |
Revision as of 07:26, 24 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)
Parameters
friction: (number)