Difference between revisions of "B2.Fixture:setSensor"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets if this fixture is a sensor.
Sets if this fixture is a sensor.<br />
+
<syntaxhighlight lang="lua">
<br />
+
b2.Fixture:setSensor(sensor)
<source lang="lua">
+
</syntaxhighlight>
b2.Fixture:setSensor(sensor)
+
 
</source>
+
=== Parameters ===
'''sensor''': (boolean) ''''''<br/>
+
'''sensor''': (boolean) is sensor <br/>
 +
 
 +
{{B2.Fixture}}

Latest revision as of 17:57, 12 July 2023


Available since: Gideros 2011.6
Class: b2.Fixture

Description

Sets if this fixture is a sensor.

b2.Fixture:setSensor(sensor)

Parameters

sensor: (boolean) is sensor




LiquidFun