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.

Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Generated by DocFX