Difference between revisions of "B2.Contact:setEnabled"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Available since:''' Gideros 2012.09.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
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).<br />
 
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).<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  b2.Contact:setEnabled(flag)
 
  b2.Contact:setEnabled(flag)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''flag''': (boolean) <br/>
+
'''flag''': (boolean) <translate></translate> <br/>

Revision as of 14:38, 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)