Enum TrackedObjectType
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public enum TrackedObjectType
Fields
Name | Description |
---|---|
CustomOverride | Calculates position and orientation from a tracked hand joint |
HandJoint | Calculates position and orientation from a tracked hand joint |
HandJointLeft | (Obsolete) Calculates position and orientation from a tracked hand joint on the left hand. |
HandJointRight | (Obsolete) Calculates position and orientation from a tracked hand joint on the right hand. |
Head | Calculates position and orientation from the main camera. |
MotionController | Calculates position and orientation from the motion-tracked controller. |
MotionControllerLeft | (Obsolete) Calculates position and orientation from the left motion-tracked controller. |
MotionControllerRight | (Obsolete) Calculates position and orientation from the right motion-tracked controller. |