Difference between revisions of "B2.Contact:isTouching"

From GiderosMobile
Line 8: Line 8:
 
(bool) = b2.Contact:isTouching()
 
(bool) = b2.Contact:isTouching()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (bool) Whether the contact is touching or not.<br/>
 
'''Returns''' (bool) Whether the contact is touching or not.<br/>

Revision as of 11:46, 23 August 2018

Available since: Gideros 2012.09.6

Description


Returns whether the contact is touching or not.

(bool) = b2.Contact:isTouching()

Return values

Returns (bool) Whether the contact is touching or not.