ArTrackedPose 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.
Enumeration indicating the available types of augmented reality tracking poses.
public enum class ArTrackedPose
public enum ArTrackedPose
type ArTrackedPose =
Public Enum ArTrackedPose
- Inheritance
-
ArTrackedPose
Fields
Name | Value | Description |
---|---|---|
LeftEye | 0 | The left eye of a head mounted device. |
RightEye | 1 | The left eye of a head mounted device. |
Center | 2 | The center eye of a head mounted device, this is typically the default for most such devices. |
Head | 3 | The "head" eye of a head mounted device, this location is often slightly above the center eye for most such devices. |
LeftPose | 4 | The left hand controller pose. |
RightPose | 5 | The right hand controller pose. |
ColorCamera | 6 | The color camera of a mobile (ex: phone) device. |