Difference between revisions of "B2.Fixture:setSensor"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets if this fixture is a sensor.<br /> | Sets if this fixture is a sensor.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.Fixture:setSensor(sensor) | b2.Fixture:setSensor(sensor) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''sensor''': (boolean) | + | '''sensor''': (boolean) <translate></translate> <br/> |
Revision as of 13:33, 23 August 2018
Available since: Gideros 2011.6
Description
Sets if this fixture is a sensor.
b2.Fixture:setSensor(sensor)
Parameters
sensor: (boolean)