Difference between revisions of "B2.Contact:isTouching"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2012.09.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.09.6<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Contact|b2.Contact]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Contact|b2.Contact]]<br/>

Revision as of 10:59, 3 September 2018


Available since: Gideros 2012.09.6
Class: b2.Contact

Description


Returns whether the contact is touching or not.

(bool) = b2.Contact:isTouching()

Return values

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