Class ProximitySensor
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("ProximitySensor")]
public class ProximitySensor : Sensor
- Inheritance
-
ProximitySensor
- Inherited Members
Constructors
ProximitySensor()
public ProximitySensor()
ProximitySensor(SensorOptions)
public ProximitySensor(SensorOptions sensorOptions = null)
Parameters
sensorOptionsSensorOptions
Properties
Distance
[Value("distance")]
public Number? Distance { get; }
Property Value
Max
[Value("max")]
public Number? Max { get; }
Property Value
Near
[Value("near")]
public bool? Near { get; }
Property Value
- bool?