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
Name | Value | Description |
---|---|---|
Default | 0 | The default sensor speed. |
UI | 1 | Rate suitable for general user interface. |
Game | 2 | Rate suitable for games. |
Fastest | 3 | Get the sensor data as fast as possible. |