RangingMotion 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.
public enum RangingMotion
type RangingMotion =
- Inheritance
-
RangingMotion
Fields
| Name | Value | Description |
|---|---|---|
| NotDetected | 0 | Motion was not detected (orientation change < 5°). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Slight | 1 | Slight motion was detected (orientation change between 5° and 7°). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Moderate | 2 | Moderate motion was detected (orientation change between 7° and 10°). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Large | 3 | Large motion was detected (orientation change >= 10°). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |