ObjectInstanceTrackingMode 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.
Tracking mode applied on an object instance.
public enum class ObjectInstanceTrackingMode
public enum ObjectInstanceTrackingMode
type ObjectInstanceTrackingMode =
Public Enum ObjectInstanceTrackingMode
- Inheritance
-
ObjectInstanceTrackingMode
Fields
Name | Value | Description |
---|---|---|
Paused | 0 | Pause tracking. |
LowLatencyCoarsePosition | 1 | Track with low latency and expect coarse 6-Dof pose. |
HighLatencyAccuratePosition | 2 | Track with high latency and expect accurate 6-Dof pose. |