Difference between revisions of "B2.Fixture:setSensor"

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