SensorSpeed Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sensor speed to monitor for changes.
public enum SensorSpeed
- Inheritance
-
System.EnumSensorSpeed
Fields
Default | 0 | The default sensor speed. |
Fastest | 3 | Get the sensor data as fast as possible. |
Game | 2 | Rate suitable for games. |
UI | 1 | Rate suitable for general user interface. |