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

    Class UnityARCameraSettingsProfile

    Configuration profile for the XR camera settings provider.

    Inheritance
    Object
    UnityARCameraSettingsProfile
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.UnityAR
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityServiceProfile(typeof(UnityARCameraSettings), null)]
    public class UnityARCameraSettingsProfile : BaseCameraSettingsProfile

    Properties

    PoseSource

    The portion of the device (ex: color camera) from which to read the pose.

    Declaration
    public ArTrackedPose PoseSource { get; }
    Property Value
    Type Description
    ArTrackedPose

    TrackingType

    The type of tracking (position and/or rotation) to apply.

    Declaration
    public ArTrackingType TrackingType { get; }
    Property Value
    Type Description
    ArTrackingType

    UpdateType

    Specifies when (during Update and/or just before rendering) to update the tracking of the pose.

    Declaration
    public ArUpdateType UpdateType { get; }
    Property Value
    Type Description
    ArUpdateType
    In This Article
    Back to top Generated by DocFX