Enum ArTrackedPose
Enumeration indicating the available types of augmented reality tracking poses.
Namespace: Microsoft.MixedReality.Toolkit.Experimental.UnityAR
Assembly: cs.temp.dll.dll
Syntax
public enum ArTrackedPose
Fields
| Name | Description |
|---|---|
| Center | The center eye of a head mounted device, this is typically the default for most such devices. |
| ColorCamera | The color camera of a mobile (ex: phone) device. |
| Head | The "head" eye of a head mounted device, this location is often slightly above the center eye for most such devices. |
| LeftEye | The left eye of a head mounted device. |
| LeftPose | The left hand controller pose. |
| RightEye | The left eye of a head mounted device. |
| RightPose | The right hand controller pose. |