We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX