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__ | ||
− | ''' | + | <languages /> |
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | === | + | '''Class:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/> |
− | + | ||
− | Sets if this fixture is a sensor. | + | === Description === |
− | + | Sets if this fixture is a sensor. | |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | b2.Fixture:setSensor(sensor) | |
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | '''sensor''': (boolean) | + | === Parameters === |
+ | '''sensor''': (boolean) is sensor <br/> | ||
+ | |||
+ | {{B2.Fixture}} |
Latest revision as of 16: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