mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    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
    • Fields
    Back to top Generated by DocFX