B2.Fixture:isSensor

From GiderosMobile
Revision as of 18:14, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")


Available since: Gideros 2011.6
Class: b2.Fixture

Description

Is this fixture a sensor (non-solid)? <source lang="lua"> (any), (any) = b2.Fixture:isSensor() </syntaxhighlight>

Return values

Returns (any) true if the shape is a sensor, false otherwise.
Returns (any) true if the shape is a sensor, false otherwise.




LiquidFun