Difference between revisions of "B2.Contact:setEnabled"
From GiderosMobile
Line 8: | Line 8: | ||
b2.Contact:setEnabled(flag) | b2.Contact:setEnabled(flag) | ||
</source> | </source> | ||
− | '''flag''': (boolean) | + | === Parameters === |
+ | '''flag''': (boolean) <br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2012.09.6
Description
Enables/disables the contact. This can be used inside the pre-solve contact listener. The contact is only disabled for the current time step (or sub-step in continuous collisions).
b2.Contact:setEnabled(flag)
Parameters
flag: (boolean)