Enum TrackedObjectType
Namespace: Microsoft.MixedReality.Toolkit.Utilities
Assembly: cs.temp.dll.dll
Syntax
public enum TrackedObjectType
Fields
Name | Description |
---|---|
ControllerRay | Calculates position and orientation from the system-calculated ray of available controller (i.e motion controllers, hands, etc.) |
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. |
MotionControllerLeft | (Obsolete) Calculates position and orientation from the left motion-tracked controller. |
MotionControllerRight | (Obsolete) Calculates position and orientation from the right motion-tracked controller. |