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 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.

    In This Article
    Back to top Generated by DocFX